From 94b3bf1e383369bd367cd0cd1605b89a79884a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 03:07:39 +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/bench-benchmarkoor.yml | 2 +- .github/workflows/bench-scheduled.yml | 2 +- .github/workflows/docker-test.yml | 2 +- .github/workflows/hive.yml | 2 +- .github/workflows/prepare-reth.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/reproducible-build.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/bench-benchmarkoor.yml b/.github/workflows/bench-benchmarkoor.yml index a6e84cfabb..2eea1d642c 100644 --- a/.github/workflows/bench-benchmarkoor.yml +++ b/.github/workflows/bench-benchmarkoor.yml @@ -697,7 +697,7 @@ jobs: - name: Upload results if: "!cancelled()" - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: benchmarkoor-results path: ${{ env.BENCH_WORK_DIR }} diff --git a/.github/workflows/bench-scheduled.yml b/.github/workflows/bench-scheduled.yml index 489a3c83a4..c830448acb 100644 --- a/.github/workflows/bench-scheduled.yml +++ b/.github/workflows/bench-scheduled.yml @@ -717,7 +717,7 @@ jobs: - name: Upload results if: "!cancelled()" - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: bench-scheduled-results path: ${{ env.BENCH_WORK_DIR }} diff --git a/.github/workflows/docker-test.yml b/.github/workflows/docker-test.yml index bcf448e72e..a2b60b6e40 100644 --- a/.github/workflows/docker-test.yml +++ b/.github/workflows/docker-test.yml @@ -84,7 +84,7 @@ jobs: *.dockerfile=Dockerfile - name: Upload reth image - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ inputs.artifact_name }} path: ./artifacts diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 45400522b3..0dfb067bd9 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -188,7 +188,7 @@ jobs: - name: Upload test logs id: upload-logs if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: hive-logs path: hive/workspace/logs/ diff --git a/.github/workflows/prepare-reth.yml b/.github/workflows/prepare-reth.yml index 37a9445af7..e4dd9f76c6 100644 --- a/.github/workflows/prepare-reth.yml +++ b/.github/workflows/prepare-reth.yml @@ -51,7 +51,7 @@ jobs: - name: Upload reth image id: upload - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: artifacts path: ./artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 488c8d9174..19e7c9e2c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -155,14 +155,14 @@ jobs: - name: Upload artifact if: ${{ github.event.inputs.dry_run != 'true' }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ matrix.build.binary }}-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}.tar.gz path: ${{ matrix.build.binary }}-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}.tar.gz - name: Upload signature if: ${{ github.event.inputs.dry_run != 'true' }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ matrix.build.binary }}-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}.tar.gz.asc path: ${{ matrix.build.binary }}-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}.tar.gz.asc diff --git a/.github/workflows/reproducible-build.yml b/.github/workflows/reproducible-build.yml index 77a467257e..4c56b99519 100644 --- a/.github/workflows/reproducible-build.yml +++ b/.github/workflows/reproducible-build.yml @@ -49,7 +49,7 @@ jobs: echo "Binaries SHA256 on ${{ matrix.machine }}: $(cat checksum.sha256)" - name: Upload the hash - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: checksum-${{ matrix.machine }} path: |