From e96b6de1a3e7b11ca2f4dbf5a93edaa1f9976fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:51:33 +0000 Subject: [PATCH] chore(deps): 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/ci-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a893f710..090cfbec 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -77,14 +77,14 @@ jobs: --config=remote \ --remote_header=x-buildbuddy-api-key=${{ secrets.BUILDBUDDY_API_KEY }} - name: Upload libcheckpoint_ext.so artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: libcheckpoint_ext-so path: bazel-bin/core/libcheckpoint_ext.so if-no-files-found: error - name: Upload tensorcast_daemon artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: tensorcast-daemon-bin path: bazel-bin/daemon/tensorcast_daemon @@ -134,7 +134,7 @@ jobs: $BOOST_INCLUDES - name: Upload Bazel external headers artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: bazel-external-includes path: bazel-external-includes.tar.gz @@ -145,7 +145,7 @@ jobs: tar -czf bazel-bin-proto.tgz -C bazel-bin proto - name: Upload Bazel generated C++ protos artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: bazel-bin-proto path: bazel-bin-proto.tgz