Skip to content

Commit c1673f2

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent 0dc55e4 commit c1673f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)