Skip to content

Commit b46401f

Browse files
authored
Merge pull request #2 from VectorInstitute/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents e11693b + 2185944 commit b46401f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
NODE_ENV: production
6363
run: ${{ steps.detect-package-manager.outputs.runner }} next build
6464
- name: Upload artifact
65-
uses: actions/upload-pages-artifact@v3
65+
uses: actions/upload-pages-artifact@v4
6666
with:
6767
path: ./out
6868

0 commit comments

Comments
 (0)