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 5462813 commit f0a68d6Copy full SHA for f0a68d6
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
if: github.event_name == 'release' && github.event.action == 'published'
39
steps:
40
- name: Download dists
41
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
42
with:
43
name: artifact
44
path: dist
0 commit comments