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 e934c95 commit 55dd698Copy full SHA for 55dd698
.github/workflows/cd.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
if: github.event_name == 'release' && github.event.action == 'published'
33
steps:
34
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
35
with:
36
name: Packages
37
path: dist
0 commit comments