From 04602f3eaea00b9a78de640fb90ce9e6a744a779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:13:40 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 7 in /.github/workflows 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] --- .github/workflows/devcontainer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 1ea79d6757..9601b44d4c 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -210,7 +210,7 @@ jobs: - name: Upload coverage report as build artifact if: always() # ensures it runs even if tests fail - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-report path: coverage.xml @@ -235,7 +235,7 @@ jobs: # Make sure we can publish the coverage report. rm -f doc/build/html/htmlcov/.gitignore - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: docs path: doc/build/html