From d7980f0b22058e25b486d2b0e2fcf5598d6b4844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 17:19:23 +0000 Subject: [PATCH] chore: bump actions/upload-artifact in /.github/actions/time-compilation Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...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/actions/time-compilation/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/time-compilation/action.yaml b/.github/actions/time-compilation/action.yaml index 9b1a9b4fd93e..9d24195a414d 100644 --- a/.github/actions/time-compilation/action.yaml +++ b/.github/actions/time-compilation/action.yaml @@ -29,7 +29,7 @@ runs: with: command: build args: --timings --all-targets - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v7 with: name: cargo-timing-${{ inputs.use_cache == 'true' && 'cache' || 'no_cache'