We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab422b commit 9d73b11Copy full SHA for 9d73b11
.github/workflows/npm_release.yml
@@ -146,7 +146,7 @@ jobs:
146
with:
147
node-version: 18
148
registry-url: "https://registry.npmjs.org"
149
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
150
151
name: npm-package
152
path: dist
@@ -176,11 +176,11 @@ jobs:
176
177
- name: Setup
178
run: npm install
179
180
181
182
183
184
185
name: debug-symbols
186
path: dist/debug-symbols
0 commit comments