Skip to content

Commit 1856aa8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docusaurus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/configure-pages@v5
5050

5151
- name: Upload artifact
52-
uses: actions/upload-pages-artifact@v3
52+
uses: actions/upload-pages-artifact@v4
5353
with:
5454
path: './website/build'
5555

0 commit comments

Comments
 (0)