From f8bedbd0a00e68b73587569d14202bd420b796cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:59:28 +0100 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 5 (#11514) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-hash-router.yml | 2 +- .github/workflows/tests-e2e.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-hash-router.yml b/.github/workflows/build-hash-router.yml index 2e7ac6ad5c..982e233c72 100644 --- a/.github/workflows/build-hash-router.yml +++ b/.github/workflows/build-hash-router.yml @@ -43,7 +43,7 @@ jobs: # BASE_URL: '/docusaurus/' # hash router + - name: Upload Website artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: website-hash-router-archive path: website/build diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 4b0ece7912..f14b4ddf14 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -109,7 +109,7 @@ jobs: DOCUSAURUS_PERF_LOGGER: 'true' working-directory: test-website-in-workspace - name: Upload Website artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: website-e2e-windows path: test-website-in-workspace/build