From 87fd9d1392b7ecc4126ea3aa880eeef83510c46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 06:20:10 +0000 Subject: [PATCH] ci: bump actions/upload-artifact from 4 to 7 in /build-jupyter-cache Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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] --- build-jupyter-cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-jupyter-cache/action.yml b/build-jupyter-cache/action.yml index 3e6dc25..a044965 100644 --- a/build-jupyter-cache/action.yml +++ b/build-jupyter-cache/action.yml @@ -271,7 +271,7 @@ runs: # 30-day artifact; only upload when a build failed (the cache is not saved # then), making the artifact the sole copy for debugging. if: inputs.upload-artifact == 'true' && steps.verify-builds.outputs.all-passed != 'true' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: build-cache-${{ github.run_id }} path: _build