diff --git a/.github/workflows/bench-benchmarkoor.yml b/.github/workflows/bench-benchmarkoor.yml index a6e84cfab..2eea1d642 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 489a3c83a..c830448ac 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 bcf448e72..a2b60b6e4 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 45400522b..0dfb067bd 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 37a9445af..e4dd9f76c 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 488c8d917..19e7c9e2c 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 77a467257..4c56b9951 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: |