We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626b39c commit 0659861Copy full SHA for 0659861
.github/workflows/release-to-market.yml
@@ -14,7 +14,7 @@ jobs:
14
# https://github.com/dawidd6/action-download-artifact
15
-
16
name: Download artifact
17
- uses: dawidd6/action-download-artifact@v2
+ uses: dawidd6/action-download-artifact@v9
18
with:
19
github_token: ${{ secrets.GITHUB_TOKEN }}
20
workflow: build-and-test.yml # Required, workflow file name or ID
0 commit comments