We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a12684e + 7d3c846 commit daa6b8dCopy full SHA for daa6b8d
1 file changed
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
- uses: actions/checkout@v6
61
62
- name: Download artifacts
63
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
64
with:
65
name: dist
66
path: dist/
@@ -92,7 +92,7 @@ jobs:
92
id-token: write
93
steps:
94
95
96
97
98
0 commit comments