We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1e823 commit 9b54a0aCopy full SHA for 9b54a0a
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@v9
+ uses: dawidd6/action-download-artifact@v10
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