We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ab29f commit 19f6be5Copy full SHA for 19f6be5
README.md
@@ -13,7 +13,7 @@ Let's suppose you have a workflow with a job in it that at the end uploads an ar
13
```yaml
14
- name: Download artifact
15
id: download-artifact
16
- uses: dawidd6/action-download-artifact@v8
+ uses: dawidd6/action-download-artifact@v9
17
with:
18
# Optional, GitHub token, a Personal Access Token with `public_repo` scope if needed
19
# Required, if the artifact is from a different repo
0 commit comments