Skip to content

Commit 8ae453a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v5
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v3
45+
uses: actions/upload-pages-artifact@v4
4646
with:
4747
path: './website/build'
4848
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)