diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5476a68ab..35ef162e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -216,7 +216,7 @@ jobs: tag-sha: true # add git short SHA as Docker tag - name: Download pre-built linux collator binary - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: astar-ubuntu-latest-x86_64 @@ -324,19 +324,19 @@ jobs: fetch-depth: 0 - name: Download astar runtime - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: astar-runtime path: runtime-artifacts - name: Download shiden runtime - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: shiden-runtime path: runtime-artifacts - name: Download shibuya runtime - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: shibuya-runtime path: runtime-artifacts @@ -390,7 +390,7 @@ jobs: mkdir -p ubuntu-tracing-bin - name: Download pre-built collator binary - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: astar-${{ matrix.os }}-latest-${{ matrix.arch }} path: ${{ matrix.os }}-${{ matrix.arch }}-bin @@ -419,7 +419,7 @@ jobs: chain: ["astar", "shiden", "shibuya"] steps: - name: Download runtime - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.chain }}-runtime @@ -483,19 +483,19 @@ jobs: runs-on: ubuntu-latest steps: - name: Download evm tracing runtime - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: astar-evm-tracing-runtime path: evm-tracing-artifacts - name: Download evm tracing runtime - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: shiden-evm-tracing-runtime path: evm-tracing-artifacts - name: Download evm tracing runtime - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: shibuya-evm-tracing-runtime path: evm-tracing-artifacts @@ -533,7 +533,7 @@ jobs: uses: actions/checkout@v4 - name: Download pre-built collator binary - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: astar-ubuntu-latest-x86_64 path: target/release @@ -555,7 +555,7 @@ jobs: uses: actions/checkout@v4 - name: Download pre-built collator binary - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: astar-ubuntu-latest-x86_64 path: third-party/zombienet