We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71602fc commit 78be199Copy full SHA for 78be199
.github/workflows/build_and_upload.yml
@@ -52,7 +52,7 @@ jobs:
52
# alternatively, to publish when a GitHub Release is created, use the following rule:
53
# if: github.event_name == 'release' && github.event.action == 'published'
54
steps:
55
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
56
with:
57
# unpacks default artifact into dist/
58
# if `name: artifact` is omitted, the action will create extra parent dir
0 commit comments