From b314b9faf8c22b012a2ecd25f86a53d72db1a553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:13:42 +0000 Subject: [PATCH] build(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/ci.yml | 4 ++-- .github/workflows/nightly.yml | 4 ++-- .github/workflows/release-benchmark.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c390887..05e849a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: failure() && (steps.unix_tests.outcome == 'failure' || steps.windows_tests.outcome == 'failure') - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: workspace-tests-${{ runner.os }}-${{ runner.arch }}-${{ github.sha }}-${{ github.run_attempt }} path: target/ci-logs/*-workspace-tests.log @@ -167,7 +167,7 @@ jobs: target/benchmark-smoke/${{ github.run_id }}-${{ github.run_attempt }} - name: Archive the benchmark smoke sample if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: benchmark-smoke-${{ runner.os }}-${{ runner.arch }}-${{ github.sha }}-${{ github.run_attempt }} path: target/benchmark-smoke/${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index dc4296e..bd66f2d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -85,7 +85,7 @@ jobs: exit "$fuzz_exit_status" - name: Upload fuzz failure diagnostics if: failure() && steps.fuzz_run.outcome == 'failure' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: >- fuzz-diagnostics-${{ matrix.target }}-${{ github.sha }}-${{ github.run_attempt }} @@ -96,7 +96,7 @@ jobs: retention-days: 14 - name: Upload crashing and timeout inputs if: failure() && steps.fuzz_run.outcome == 'failure' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: >- fuzz-artifacts-${{ matrix.target }}-${{ github.sha }}-${{ github.run_attempt }} diff --git a/.github/workflows/release-benchmark.yml b/.github/workflows/release-benchmark.yml index 668fef4..d5da613 100644 --- a/.github/workflows/release-benchmark.yml +++ b/.github/workflows/release-benchmark.yml @@ -69,7 +69,7 @@ jobs: target/release-benchmark-gate/${{ github.run_id }}-${{ github.run_attempt }} - name: Archive raw samples and comparison summary if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: release-benchmark-${{ inputs.mode }}-${{ github.sha }}-${{ github.run_attempt }} path: target/release-benchmark-gate/${{ github.run_id }}-${{ github.run_attempt }}