From b0522fdf18c76b4be24d69a516e17ecdaab89e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:59:12 +0000 Subject: [PATCH] chore: bump actions/upload-artifact from 4 to 7 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/build_and_test_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test_python.yml b/.github/workflows/build_and_test_python.yml index a8d3f05b..594986a6 100644 --- a/.github/workflows/build_and_test_python.yml +++ b/.github/workflows/build_and_test_python.yml @@ -91,7 +91,7 @@ jobs: docker logs "$c" > "cluster-logs/$c.log" 2>&1 || true done - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: cluster-logs-${{ matrix.python }}