diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 215209f4b9..7d0ac65bee 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -189,13 +189,13 @@ jobs: fetch-depth: 0 - name: Download hive assets - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: hive_assets path: /tmp - name: Download reth image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: artifacts path: /tmp diff --git a/.github/workflows/kurtosis-op.yml b/.github/workflows/kurtosis-op.yml index 0e08d1641d..7477e75920 100644 --- a/.github/workflows/kurtosis-op.yml +++ b/.github/workflows/kurtosis-op.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Download reth image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: artifacts path: /tmp diff --git a/.github/workflows/kurtosis.yml b/.github/workflows/kurtosis.yml index f78fc81235..b45e997ef7 100644 --- a/.github/workflows/kurtosis.yml +++ b/.github/workflows/kurtosis.yml @@ -40,7 +40,7 @@ jobs: fetch-depth: 0 - name: Download reth image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: artifacts path: /tmp diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4aa192e1a4..70960d2fe0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -196,7 +196,7 @@ jobs: with: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 - name: Generate full changelog id: changelog run: |