From 61244e827f8a15ce85ae048e929712cefe52d7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 01:57:28 +0000 Subject: [PATCH] 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/cache-all.yml | 2 +- .github/workflows/cache-one.yml | 2 +- .github/workflows/refresh-artifacts.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cache-all.yml b/.github/workflows/cache-all.yml index 4cef2b32..62969ee5 100644 --- a/.github/workflows/cache-all.yml +++ b/.github/workflows/cache-all.yml @@ -39,7 +39,7 @@ jobs: LOCAL_GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: dependabot test -f=tests/smoke-${{ matrix.suite }}.yaml --cache=cache - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: cache-${{ matrix.suite }} path: cache/ diff --git a/.github/workflows/cache-one.yml b/.github/workflows/cache-one.yml index 9ca1d350..e3027a5b 100644 --- a/.github/workflows/cache-one.yml +++ b/.github/workflows/cache-one.yml @@ -39,7 +39,7 @@ jobs: LOCAL_GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: dependabot test -f=tests/smoke-${{ inputs.package_manager }}.yaml --cache=cache - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: cache-${{ inputs.package_manager }} path: cache/ diff --git a/.github/workflows/refresh-artifacts.yml b/.github/workflows/refresh-artifacts.yml index 9c3b4280..76ad5837 100644 --- a/.github/workflows/refresh-artifacts.yml +++ b/.github/workflows/refresh-artifacts.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v6 - name: Download artifacts run: script/download-cache.sh ${{ matrix.suite }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: cache-${{ matrix.suite }} path: cache/