We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1986692 commit 22ead0cCopy full SHA for 22ead0c
.github/workflows/build-publish.yml
@@ -40,7 +40,7 @@ jobs:
40
if: github.event_name == 'release' && github.event.action == 'published'
41
steps:
42
- name: Download dists
43
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
44
with:
45
name: artifact
46
path: dist
0 commit comments