Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2023
1 parent cd41df3 commit 41a692b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Upload artifact
if: ${{ inputs.upload_images == true }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: images
path: /tmp/${{matrix.image}}.tar
2 changes: 1 addition & 1 deletion .github/workflows/manual-dev-release-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run : |
make generate-release-file AGENT_IMAGE="$AGENT_IMAGE" MANAGER_IMAGE="$MANAGER_IMAGE"
- name: upload release
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release.yaml
path: ${{ github.workspace }}/release.yaml

0 comments on commit 41a692b

Please sign in to comment.