We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80620a5 commit c03fb0cCopy full SHA for c03fb0c
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@v6
+ uses: dawidd6/action-download-artifact@v7
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