From 7b128f20a0d8d11bdeb5477ac411c7370f2fdaa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 02:08:19 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bench-gate.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/go-sdk.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bench-gate.yml b/.github/workflows/bench-gate.yml index 0737ebb2f..ff00e870e 100644 --- a/.github/workflows/bench-gate.yml +++ b/.github/workflows/bench-gate.yml @@ -87,7 +87,7 @@ jobs: - name: Upload run artifact if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: bench-run-${{ github.sha }} path: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b51b2700..a1f0629d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -426,7 +426,7 @@ jobs: - name: Upload benchmark artifacts if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: benchmark-results-${{ github.sha }} path: | @@ -767,7 +767,7 @@ jobs: - name: Upload compat benchmark artifacts if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: compat-bench-node-${{ matrix.node-version }}-${{ github.sha }} path: tests/perf/ci-compat-*.json diff --git a/.github/workflows/go-sdk.yml b/.github/workflows/go-sdk.yml index 0a7099771..540de5791 100644 --- a/.github/workflows/go-sdk.yml +++ b/.github/workflows/go-sdk.yml @@ -98,7 +98,7 @@ jobs: go test ./... -count=1 - name: Upload coverage - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: coverage path: sdks/go/coverage.out