diff --git a/.github/workflows/build-hash-router.yml b/.github/workflows/build-hash-router.yml index 87ac1077f7f2..94acac267db0 100644 --- a/.github/workflows/build-hash-router.yml +++ b/.github/workflows/build-hash-router.yml @@ -44,7 +44,7 @@ jobs: # BASE_URL: '/docusaurus/' # hash router + - name: Upload Website artifact - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: website-hash-router-archive path: website/build diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index a95091d22cf6..458fea1b7982 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -111,7 +111,7 @@ jobs: DOCUSAURUS_PERF_LOGGER: 'true' working-directory: test-website-in-workspace - name: Upload Website artifact - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: website-e2e-windows path: test-website-in-workspace/build