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 226f28e commit 17fd527Copy full SHA for 17fd527
.github/workflows/npm-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: pnpm lint
24
- run: pnpm test
25
- run: pnpm build
26
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
27
with:
28
name: dist
29
path: ./dist
@@ -41,7 +41,7 @@ jobs:
41
42
node-version: 22
43
registry-url: https://registry.npmjs.org/
44
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
45
46
47
path: dist/
@@ -72,7 +72,7 @@ jobs:
72
73
registry-url: https://npm.pkg.github.com/
74
scope: "@anantoghosh"
75
76
77
78
0 commit comments