Skip to content

Commit f025ab2

Browse files
chore(deps): update github artifact actions to v4
1 parent ffe5baf commit f025ab2

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
@@ -20,7 +20,7 @@ jobs:
2020
- run: pnpm install
2121
- run: pnpm test
2222
- run: pnpm build
23-
- uses: actions/upload-artifact@v3
23+
- uses: actions/upload-artifact@v4
2424
with:
2525
name: dist
2626
path: ./dist
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
node-version: 16
3636
registry-url: https://registry.npmjs.org/
37-
- uses: actions/download-artifact@v3
37+
- uses: actions/download-artifact@v4
3838
with:
3939
name: dist
4040
path: dist/
@@ -55,7 +55,7 @@ jobs:
5555
node-version: 16
5656
registry-url: https://npm.pkg.github.com/
5757
scope: "@anantoghosh"
58-
- uses: actions/download-artifact@v3
58+
- uses: actions/download-artifact@v4
5959
with:
6060
name: dist
6161
path: dist/

0 commit comments

Comments
 (0)