Skip to content

Commit b2cf63b

Browse files
chore(deps): update actions/upload-pages-artifact action to v4 (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9853a2 commit b2cf63b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)