Skip to content

Commit abfde00

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent cd11967 commit abfde00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: npm ci
2929
- run: npm run build
3030
- uses: actions/configure-pages@v5
31-
- uses: actions/upload-pages-artifact@v3
31+
- uses: actions/upload-pages-artifact@v4
3232
with:
3333
path: dist
3434
- id: deployment

0 commit comments

Comments
 (0)