Skip to content

Commit 0fd57f6

Browse files
authored
Merge pull request #28 from getlocalcert/renovate/actions-upload-pages-artifact-4.x
chore(deps): update actions/upload-pages-artifact action to v4
2 parents e7c75f3 + bcffbb3 commit 0fd57f6

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
@@ -63,7 +63,7 @@ jobs:
6363
run: ${{ steps.detect-package-manager.outputs.runner }} next build
6464

6565
- name: Upload artifact
66-
uses: actions/upload-pages-artifact@v3
66+
uses: actions/upload-pages-artifact@v4
6767
with:
6868
path: ./out
6969

0 commit comments

Comments
 (0)