Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 5e7abf1

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent 636fbc0 commit 5e7abf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3535
- name: Upload Pages artifact
36-
uses: actions/upload-pages-artifact@v3
36+
uses: actions/upload-pages-artifact@v4
3737
with:
3838
path: dist
3939
deploy:

0 commit comments

Comments
 (0)