Skip to content

Commit 158fa0d

Browse files
committed
v4 for articfacts
1 parent 69a8cd3 commit 158fa0d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
- name: Run Build
2424
run: npm run build
2525
- name: Upload build artifacts
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
28+
node-version: 20
2829
name: build-artifacts
2930
path: ./build
3031
publish-npm:
@@ -37,8 +38,9 @@ jobs:
3738
node-version: 20
3839
registry-url: https://registry.npmjs.org/
3940
- name: Download build artifacts
40-
uses: actions/download-artifact@v3
41+
uses: actions/download-artifact@v4
4142
with:
43+
node-version: 20
4244
name: build-artifacts
4345
path: ./build
4446
- name: Install dependencies

0 commit comments

Comments
 (0)