Skip to content

Commit 00540a9

Browse files
chore(deps): update actions/upload-pages-artifact action to v4 (#827)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c85937 commit 00540a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Vite Build 🔧
4646
run: pnpm build
4747
- name: Upload Artifact
48-
uses: actions/upload-pages-artifact@v3
48+
uses: actions/upload-pages-artifact@v4
4949
with:
5050
path: ./website/dist
5151

0 commit comments

Comments
 (0)