Skip to content

Commit 9d73b11

Browse files
committed
ci: actions/download-artifact@v4
1 parent bab422b commit 9d73b11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm_release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
node-version: 18
148148
registry-url: "https://registry.npmjs.org"
149-
- uses: actions/download-artifact@v3
149+
- uses: actions/download-artifact@v4
150150
with:
151151
name: npm-package
152152
path: dist
@@ -176,11 +176,11 @@ jobs:
176176
node-version: 18
177177
- name: Setup
178178
run: npm install
179-
- uses: actions/download-artifact@v3
179+
- uses: actions/download-artifact@v4
180180
with:
181181
name: npm-package
182182
path: dist
183-
- uses: actions/download-artifact@v3
183+
- uses: actions/download-artifact@v4
184184
with:
185185
name: debug-symbols
186186
path: dist/debug-symbols

0 commit comments

Comments
 (0)