Skip to content

Commit 5cac899

Browse files
Merge pull request #847 from franz-bendezu/dependabot/github_actions/actions/upload-pages-artifact-4
fix(deps): bump actions/upload-pages-artifact from 3 to 4
2 parents e2048bb + 5af7e1a commit 5cac899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
NEXT_PUBLIC_RECAPTCHA_ID: ${{ secrets.NEXT_PUBLIC_RECAPTCHA_ID }}
5656

5757
- name: Upload artifact
58-
uses: actions/upload-pages-artifact@v3
58+
uses: actions/upload-pages-artifact@v4
5959
with:
6060
path: ./out
6161

0 commit comments

Comments
 (0)