Skip to content

Commit dccdacd

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Static HTML export with Next.js
7878
run: ${{ steps.detect-package-manager.outputs.runner }} next export
7979
- name: Upload artifact
80-
uses: actions/upload-pages-artifact@v1
80+
uses: actions/upload-pages-artifact@v4
8181
with:
8282
path: ./out
8383

0 commit comments

Comments
 (0)