We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd4730 commit e592599Copy full SHA for e592599
1 file changed
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ubuntu-latest
48
if: github.event_name == 'release'
49
steps:
50
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v7
51
with:
52
name: dist
53
path: dist
0 commit comments