Skip to content

Commit

Permalink
Merge pull request #102 from kubewarden/renovate/actions-upload-artif…
Browse files Browse the repository at this point in the history
…act-4.x

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
flavio authored Dec 18, 2023
2 parents 15924f0 + b2cc714 commit 769cb0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion policy-build-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
policy-sbom.spdx.json
- name: Upload policy SBOM files
if: ${{ inputs.generate-sbom == 'true' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: policy-sbom
path: |
Expand Down
2 changes: 1 addition & 1 deletion policy-build-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
policy-sbom.spdx.json
-
name: Upload policy SBOM files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: policy-sbom
path: |
Expand Down

0 comments on commit 769cb0c

Please sign in to comment.