Skip to content

Commit c779e09

Browse files
bump actions/upload-pages-artifact to v3
1 parent ea668d6 commit c779e09

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
@@ -70,7 +70,7 @@ jobs:
7070
- name: Build the website
7171
run: npm run build
7272
- name: Upload artifact
73-
uses: actions/upload-pages-artifact@v1
73+
uses: actions/upload-pages-artifact@v3
7474
with:
7575
path: ./out
7676

0 commit comments

Comments
 (0)