Skip to content

Commit f8bedbd

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#11514)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7651d42 commit f8bedbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-hash-router.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# BASE_URL: '/docusaurus/' # hash router +
4444

4545
- name: Upload Website artifact
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v5
4747
with:
4848
name: website-hash-router-archive
4949
path: website/build

.github/workflows/tests-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
DOCUSAURUS_PERF_LOGGER: 'true'
110110
working-directory: test-website-in-workspace
111111
- name: Upload Website artifact
112-
uses: actions/upload-artifact@v4
112+
uses: actions/upload-artifact@v5
113113
with:
114114
name: website-e2e-windows
115115
path: test-website-in-workspace/build

0 commit comments

Comments
 (0)