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 535a9dc commit 30540f0Copy full SHA for 30540f0
.github/workflows/npm-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: pnpm install
21
- run: pnpm test
22
- run: pnpm build
23
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
24
with:
25
name: dist
26
path: ./dist
@@ -34,7 +34,7 @@ jobs:
34
35
node-version: 16
36
registry-url: https://registry.npmjs.org/
37
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
38
39
40
path: dist/
@@ -55,7 +55,7 @@ jobs:
55
56
registry-url: https://npm.pkg.github.com/
57
scope: "@anantoghosh"
58
59
60
61
0 commit comments