We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854e2de commit 1d93f37Copy full SHA for 1d93f37
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@v3
+ uses: dawidd6/action-download-artifact@v4
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