Skip to content

Commit f7911ae

Browse files
Update actions/upload-pages-artifact action to v4
1 parent 34a9e09 commit f7911ae

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
@@ -58,7 +58,7 @@ jobs:
5858
NITRO_PRESET: github-pages
5959
run: ${{ steps.detect-package-manager.outputs.manager }} run generate
6060
- name: Upload artifact
61-
uses: actions/upload-pages-artifact@v3
61+
uses: actions/upload-pages-artifact@v4
6262
with:
6363
path: ./.output/public
6464
name: "github-pages"

0 commit comments

Comments
 (0)