Skip to content

Commit

Permalink
bump actions/download-artifact in order to fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerentis committed Jun 22, 2024
1 parent bb50495 commit 20527b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: WyriHaximus/github-action-get-previous-tag@v1

- name: Download SBOM from github action
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ANCHORE_SBOM_ACTION_PRIOR_ARTIFACT }}

Expand Down

0 comments on commit 20527b3

Please sign in to comment.