Skip to content

Commit

Permalink
Merge pull request #3 from philwelz/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
philwelz committed Apr 28, 2024
2 parents b4aefb4 + eaf44e2 commit 2734835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sign-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# sbom-artifact-match: ".*\\.spdx$"

- name: Download SBOM artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: '${{ env.SBOM }}'

Expand Down

0 comments on commit 2734835

Please sign in to comment.