Skip to content

Commit cd52f93

Browse files
committed
fix: action version update
1 parent 1874c0d commit cd52f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Static HTML export with Next.js
8080
run: ${{ steps.detect-package-manager.outputs.runner }} next export
8181
- name: Upload artifact
82-
uses: actions/upload-pages-artifact@v1
82+
uses: actions/upload-pages-artifact@v2
8383
with:
8484
path: ./out
8585

@@ -93,4 +93,4 @@ jobs:
9393
steps:
9494
- name: Deploy to GitHub Pages
9595
id: deployment
96-
uses: actions/deploy-pages@v2
96+
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)