From b758e4d6381527c11c3c48a288e8d7baf796a0c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:42:26 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...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/benchmarks.yml | 2 +- .github/workflows/build-ffi-libs.yml | 4 ++-- .github/workflows/gcp-artifact-registry.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 50de980b..8ac86b18 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -226,7 +226,7 @@ jobs: - name: Upload benchmark results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: benchmark-results path: | diff --git a/.github/workflows/build-ffi-libs.yml b/.github/workflows/build-ffi-libs.yml index 79b216a1..028803d6 100644 --- a/.github/workflows/build-ffi-libs.yml +++ b/.github/workflows/build-ffi-libs.yml @@ -168,7 +168,7 @@ jobs: file artifacts/${{ matrix.lib_dir }}/${{ matrix.lib_name }} - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ffi-lib-${{ matrix.platform }}-${{ matrix.arch }} path: artifacts/${{ matrix.lib_dir }}/${{ matrix.lib_name }} @@ -239,7 +239,7 @@ jobs: Get-ChildItem artifacts/${{ matrix.lib_dir }} - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ffi-lib-${{ matrix.platform }}-${{ matrix.arch }} path: artifacts/${{ matrix.lib_dir }}/${{ matrix.lib_name }} diff --git a/.github/workflows/gcp-artifact-registry.yml b/.github/workflows/gcp-artifact-registry.yml index fe471ec3..05b3245d 100644 --- a/.github/workflows/gcp-artifact-registry.yml +++ b/.github/workflows/gcp-artifact-registry.yml @@ -171,7 +171,7 @@ jobs: echo "Hash: $(cat hashes/${{ matrix.image }}-${{ matrix.runner }}.txt)" - name: Upload hash artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: hash-${{ matrix.image }}-${{ matrix.runner }} path: hashes/