Skip to content

Commit 5dbbd74

Browse files
committed
Fix upload-artifact version for v4
1 parent 251a5c6 commit 5dbbd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2626
- name: postpublish
2727
run: npm run dist:postpublish
28-
- uses: actions/upload-artifact@v3
28+
- uses: actions/upload-artifact@v4
2929
with:
3030
name: linkify
3131
path: dist/

0 commit comments

Comments
 (0)