Skip to content

Commit 17fd527

Browse files
chore(deps): update github artifact actions
1 parent 226f28e commit 17fd527

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: pnpm lint
2424
- run: pnpm test
2525
- run: pnpm build
26-
- uses: actions/upload-artifact@v4
26+
- uses: actions/upload-artifact@v5
2727
with:
2828
name: dist
2929
path: ./dist
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
node-version: 22
4343
registry-url: https://registry.npmjs.org/
44-
- uses: actions/download-artifact@v5
44+
- uses: actions/download-artifact@v6
4545
with:
4646
name: dist
4747
path: dist/
@@ -72,7 +72,7 @@ jobs:
7272
node-version: 22
7373
registry-url: https://npm.pkg.github.com/
7474
scope: "@anantoghosh"
75-
- uses: actions/download-artifact@v5
75+
- uses: actions/download-artifact@v6
7676
with:
7777
name: dist
7878
path: dist/

0 commit comments

Comments
 (0)