Skip to content

Commit

Permalink
downgrade download-artifact action because of anchore/sbom-action#434
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerentis committed Jan 15, 2024
1 parent 69290f6 commit be8f21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
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@v4
uses: actions/download-artifact@v3
with:
name: ${{ env.ANCHORE_SBOM_ACTION_PRIOR_ARTIFACT }}

Expand Down

0 comments on commit be8f21e

Please sign in to comment.