diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 05d2e42..3105429 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 952a264..8b6f7b7 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 9095294..a975ae3 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 552b369..0b7c434 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 ff2b2a0..0d6af2c 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: |