Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 96d37f6

Browse files
committed
Merge branch 'main' into release
2 parents 812c16c + 55091b0 commit 96d37f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Build with Next.js
134134
run: ${{ steps.detect-package-manager.outputs.runner }} next build
135135
- name: Upload artifact
136-
uses: actions/upload-pages-artifact@v2
136+
uses: actions/upload-pages-artifact@v3
137137
with:
138138
path: ./out
139139

0 commit comments

Comments
 (0)