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 deb3bb8 commit 93c6296Copy full SHA for 93c6296
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@v4
+ uses: dawidd6/action-download-artifact@v5
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