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 66cfe8a commit 2a48b6eCopy full SHA for 2a48b6e
.github/workflows/cd.yml
@@ -43,7 +43,7 @@ jobs:
43
if: github.event_name == 'release' && github.event.action == 'published'
44
45
steps:
46
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
47
with:
48
name: Packages
49
path: dist
0 commit comments