There was an error while loading. Please reload this page.
1 parent 5bb9031 commit cf49f3aCopy full SHA for cf49f3a
1 file changed
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
49
steps:
50
- name: Retrieve release distributions
51
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
52
with:
53
name: release-dists
54
path: dist/
@@ -65,7 +65,7 @@ jobs:
65
permissions:
66
contents: write
67
68
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
69
70
71
0 commit comments