Skip to content

Commit 0659861

Browse files
committed
Fixes Artifact poisoning vulnerability in action-download-artifact v5 and earlier #1
1 parent 626b39c commit 0659861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-to-market.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# https://github.com/dawidd6/action-download-artifact
1515
-
1616
name: Download artifact
17-
uses: dawidd6/action-download-artifact@v2
17+
uses: dawidd6/action-download-artifact@v9
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
workflow: build-and-test.yml # Required, workflow file name or ID

0 commit comments

Comments
 (0)