Skip to content

Commit 36efb30

Browse files
Update actions/upload-pages-artifact action to v4
1 parent df8f3a2 commit 36efb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Build with Next.js
7777
run: ${{ steps.detect-package-manager.outputs.runner }} next build
7878
- name: Upload artifact
79-
uses: actions/upload-pages-artifact@v3
79+
uses: actions/upload-pages-artifact@v4
8080
with:
8181
path: ./out
8282

0 commit comments

Comments
 (0)