Skip to content

Commit 4e6eada

Browse files
authored
Merge pull request #28 from anantoghosh/renovate/actions-upload-artifact-3.x
chore(deps): update actions/upload-artifact action to v3
2 parents 2758ecb + 2425567 commit 4e6eada

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)