Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and viccuad committed Oct 18, 2024
1 parent c8e34f7 commit 0ae0e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Upload container image to use in other jobs
if: ${{ inputs.push-image == false }}
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: audit-scanner-image-${{ env.TAG_NAME }}
path: /tmp/audit-scanner-image-${{ env.TAG_NAME }}.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
tar -czf CRDS.tar.gz -C config/crd $(ls config/crd)
- name: Upload CRDs as artifacts
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: CRDS
path: CRDS.tar.gz
Expand Down

0 comments on commit 0ae0e91

Please sign in to comment.