From a4d39ee4d9b3a2e792467cdc80a5460ceec7ecd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 03:15:58 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark-core.yml | 2 +- .github/workflows/benchmark-ssr.yml | 2 +- .github/workflows/benchmark.yml | 2 +- .github/workflows/build-api-docs.yml | 4 ++-- .github/workflows/build-website.yml | 4 ++-- .github/workflows/size-cmp.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/benchmark-core.yml b/.github/workflows/benchmark-core.yml index ac21286eaf0..6cee4e1b6ee 100644 --- a/.github/workflows/benchmark-core.yml +++ b/.github/workflows/benchmark-core.yml @@ -52,7 +52,7 @@ jobs: echo "${{ github.event.number }}" > .PR_NUMBER - name: Upload Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: benchmark-core include-hidden-files: true diff --git a/.github/workflows/benchmark-ssr.yml b/.github/workflows/benchmark-ssr.yml index 853aad798e8..e61e9697241 100644 --- a/.github/workflows/benchmark-ssr.yml +++ b/.github/workflows/benchmark-ssr.yml @@ -57,7 +57,7 @@ jobs: echo "${{ github.event.number }}" > .PR_NUMBER - name: Upload Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: benchmark-ssr include-hidden-files: true diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6f028bd2ed8..d4ba5cd132b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -134,7 +134,7 @@ jobs: EVENT_INFO: ${{ toJSON(github.event) }} - name: Upload result artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: results path: artifacts/ diff --git a/.github/workflows/build-api-docs.yml b/.github/workflows/build-api-docs.yml index 163c7baad9b..4523631198c 100644 --- a/.github/workflows/build-api-docs.yml +++ b/.github/workflows/build-api-docs.yml @@ -44,7 +44,7 @@ jobs: cp -r target/doc/* api-docs/dist/next - name: Upload build artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: api-docs path: api-docs/ @@ -57,7 +57,7 @@ jobs: - if: github.event_name == 'pull_request' name: Upload pr info - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: pr-info include-hidden-files: true diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index 9964ca5c6b2..c2fb1bfa05f 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -56,7 +56,7 @@ jobs: npm run build - name: Upload build artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: website path: website/build/ @@ -69,7 +69,7 @@ jobs: - if: github.event_name == 'pull_request' name: Upload pr info - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: pr-info include-hidden-files: true diff --git a/.github/workflows/size-cmp.yml b/.github/workflows/size-cmp.yml index 9733fccf62f..cb9d880f2c2 100644 --- a/.github/workflows/size-cmp.yml +++ b/.github/workflows/size-cmp.yml @@ -78,7 +78,7 @@ jobs: ISSUE_NUMBER: ${{ github.event.number }} - name: Upload Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: size-cmp-${{ matrix.target }}-info include-hidden-files: true