From 5ce225570d4aae268f6fa26223409af5f372e1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:52:52 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 7 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/workflows/benchmark-self-hosted.yml | 2 +- .github/workflows/build-wheels.yml | 2 +- .github/workflows/ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark-self-hosted.yml b/.github/workflows/benchmark-self-hosted.yml index ebaa77766..351488ea6 100644 --- a/.github/workflows/benchmark-self-hosted.yml +++ b/.github/workflows/benchmark-self-hosted.yml @@ -89,7 +89,7 @@ jobs: $MAX_RESOLUTION \ $SHARE_INTRINSICS - name: Archive dataset metrics, plots, and output data (camera poses + points) - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: results-${{ matrix.config_dataset_info[0] }}-${{ matrix.config_dataset_info[1] }}-${{ matrix.config_dataset_info[2] }}-${{ matrix.config_dataset_info[3] }}-${{ matrix.config_dataset_info[4] }}-${{ matrix.config_dataset_info[5] }}-${{ matrix.config_dataset_info[6] }}-${{ matrix.config_dataset_info[7] }}.zip path: | diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 87f4741e1..175841871 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -24,7 +24,7 @@ jobs: run: uv build --wheel --sdist - name: Archive wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: wheels-${{ matrix.python_version }}-${{ matrix.os }} path: ./dist \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9507f7b31..0b1fa2914 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: $SHARE_INTRINSICS - name: Archive dataset metrics, plots, and output data - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: results-${{ matrix.config_dataset_info[0] }}-${{ matrix.config_dataset_info[1] }}-${{ matrix.config_dataset_info[2] }}-${{ matrix.config_dataset_info[3] }}-${{ matrix.config_dataset_info[4] }}-${{ matrix.config_dataset_info[5] }}-${{ matrix.config_dataset_info[6] }}-${{ matrix.config_dataset_info[7] }}.zip path: |