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.
2 parents 946c762 + a26926c commit 3e119a9Copy full SHA for 3e119a9
1 file changed
.github/workflows/releases.yml
@@ -36,7 +36,7 @@ jobs:
36
needs: [build_artifacts]
37
runs-on: ubuntu-latest
38
steps:
39
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
40
with:
41
name: releases
42
path: dist
@@ -51,7 +51,7 @@ jobs:
51
52
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
53
54
55
56
57
0 commit comments