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 08d40fa commit c4f945eCopy full SHA for c4f945e
.github/workflows/npm_release.yml
@@ -164,7 +164,7 @@ jobs:
164
with:
165
node-version: 22
166
registry-url: "https://registry.npmjs.org"
167
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v6
168
169
name: npm-package
170
path: dist
@@ -199,11 +199,11 @@ jobs:
199
200
- name: Setup
201
run: npm install
202
203
204
205
206
207
208
name: debug-symbols
209
path: dist/debug-symbols
0 commit comments