From 8f4bc188941a57a096085a27d5de8744c3c43dcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:50:18 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/hive.yml | 2 +- .github/workflows/prepare-bera-reth.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/sync.yml | 2 +- .github/workflows/tx-sender-ci.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 05d2e42d..31054299 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -47,7 +47,7 @@ jobs: run: .github/assets/hive/build_simulators.sh - name: Upload hive assets - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: hive_assets path: ./hive_assets diff --git a/.github/workflows/prepare-bera-reth.yml b/.github/workflows/prepare-bera-reth.yml index 952a2640..8b6f7b7e 100644 --- a/.github/workflows/prepare-bera-reth.yml +++ b/.github/workflows/prepare-bera-reth.yml @@ -46,7 +46,7 @@ jobs: - name: Upload bera-reth image id: upload - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: artifacts path: ./artifacts \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90952946..a975ae3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,14 +114,14 @@ jobs: - name: Upload artifact if: ${{ github.event.inputs.dry_run != 'true' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: bera-reth-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}.tar.gz path: bera-reth-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}.tar.gz - name: Upload signature if: ${{ github.event.inputs.dry_run != 'true' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: bera-reth-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}.tar.gz.asc path: bera-reth-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}.tar.gz.asc diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 552b369d..0b7c4340 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -28,7 +28,7 @@ jobs: - name: Build bera-reth run: cargo build --profile maxperf - name: Upload bera-reth binary - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: bera-reth-binary path: target/maxperf/bera-reth diff --git a/.github/workflows/tx-sender-ci.yml b/.github/workflows/tx-sender-ci.yml index ff2b2a0e..0d6af2c1 100644 --- a/.github/workflows/tx-sender-ci.yml +++ b/.github/workflows/tx-sender-ci.yml @@ -42,7 +42,7 @@ jobs: - name: Upload logs on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: tx-sender-logs-${{ github.run_id }} path: |