Skip to content

Commit aa6b292

Browse files
Update actions/upload-pages-artifact action to v5
1 parent b76f847 commit aa6b292

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@v5
8181
with:
8282
path: ./out
8383

0 commit comments

Comments
 (0)