Skip to content

Commit

Permalink
update download-artifact action to v4, fixes compatibility with the s…
Browse files Browse the repository at this point in the history
…nyk-test action which uses artifact-upload v4
  • Loading branch information
dwelch-spike authored Oct 1, 2024
1 parent e6fc77b commit 93650f5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ jobs:
- uses: actions/checkout@v3
# below steps are for downloading release artifacts
- name: Download Snyk Artifact
uses: actions/download-artifact@v3
with:
name: asadm-snyk.txt
path: artifacts
- name: Download Snyk Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: asadm-snyk.txt
path: artifacts
Expand Down

0 comments on commit 93650f5

Please sign in to comment.