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 64a8ded commit 88f9ed9Copy full SHA for 88f9ed9
.github/workflows/npm-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
npm ci
26
npm run build
27
- name: Save dist folder
28
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
29
with:
30
name: dist
31
path: dist/
@@ -39,7 +39,7 @@ jobs:
39
40
node-version-file: '.nvmrc'
41
- name: Get dist folder
42
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
43
44
45
@@ -60,7 +60,7 @@ jobs:
60
61
registry-url: https://registry.npmjs.org/
62
63
64
65
66
0 commit comments