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 f4ddd42 commit a5eafefCopy full SHA for a5eafef
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
48
49
steps:
50
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
51
with:
52
name: artifact
53
path: dist
0 commit comments