Skip to content

Commit 2425567

Browse files
chore(deps): update actions/upload-artifact action to v3
1 parent ad856f4 commit 2425567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
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@v2
23+
- uses: actions/upload-artifact@v3
2424
with:
2525
name: dist
2626
path: ./dist

0 commit comments

Comments
 (0)