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 69a8cd3 commit 158fa0dCopy full SHA for 158fa0d
.github/workflows/npm-publish.yml
@@ -23,8 +23,9 @@ jobs:
23
- name: Run Build
24
run: npm run build
25
- name: Upload build artifacts
26
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
27
with:
28
+ node-version: 20
29
name: build-artifacts
30
path: ./build
31
publish-npm:
@@ -37,8 +38,9 @@ jobs:
37
38
node-version: 20
39
registry-url: https://registry.npmjs.org/
40
- name: Download build artifacts
- uses: actions/download-artifact@v3
41
+ uses: actions/download-artifact@v4
42
43
44
45
46
- name: Install dependencies
0 commit comments