From 2d2f1e2344b553de08569a5ee7bdcdeaca629df5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 16:02:17 +0000 Subject: [PATCH] Bump actions/upload-artifact in the actions-on-branch-master group Bumps the actions-on-branch-master group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-on-branch-master ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd28968bee..76b183ede2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1967,7 +1967,7 @@ jobs: - name: Upload Gradle test reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: tidb_6_5_integration_test_reports_${{ matrix.mode.label }} path: core/build/reports/tests/integrationTestJdbc @@ -2042,7 +2042,7 @@ jobs: - name: Upload Gradle test reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: tidb_7_5_integration_test_reports_${{ matrix.mode.label }} path: core/build/reports/tests/integrationTestJdbc @@ -2117,7 +2117,7 @@ jobs: - name: Upload Gradle test reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: tidb_8_5_integration_test_reports_${{ matrix.mode.label }} path: core/build/reports/tests/integrationTestJdbc