diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 36edfb6dee..508a867d67 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -167,7 +167,7 @@ jobs: echo "HOME=/home/actions" >> "$GITHUB_ENV" - name: Download benchmark binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: creditcoin-node path: target/release diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abbe7dec24..499a29a904 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -382,7 +382,7 @@ jobs: docker run --rm -p 8545:8545 -d gluwa/hardhat-dev - name: Download creditcoin-node binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: creditcoin-node path: target/release @@ -503,7 +503,7 @@ jobs: docker run --rm -p 8545:8545 -d gluwa/hardhat-dev - name: Download creditcoin-node binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: creditcoin-node path: target/release @@ -520,7 +520,7 @@ jobs: ./integration-tests/wait-for-creditcoin.sh - name: Download creditcoin-transaction-producer archive - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: creditcoin-transaction-producer.tar.gz @@ -571,7 +571,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Download creditcoin-node binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: creditcoin-node path: target/release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3a6d4ea22..4694470dc2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -252,7 +252,7 @@ jobs: echo "TAG_NAME=$TAG_NAME" >> "$GITHUB_ENV" - name: Download binaries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 - name: DEBUG shell: bash diff --git a/.github/workflows/runtime-upgrade.yml b/.github/workflows/runtime-upgrade.yml index cad129f9e0..21ffbb9494 100644 --- a/.github/workflows/runtime-upgrade.yml +++ b/.github/workflows/runtime-upgrade.yml @@ -319,13 +319,13 @@ jobs: - uses: actions/checkout@v4 - name: Download creditcoin-node from current PR - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: creditcoin-node path: target/release - name: Download creditcoin-fork.json - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: creditcoin-fork.json @@ -387,7 +387,7 @@ jobs: - name: Download WASM runtime from current PR id: download-wasm - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: creditcoin_node_runtime.compact.compressed.wasm @@ -435,7 +435,7 @@ jobs: - uses: actions/checkout@v4 - name: Download creditcoin-node from current PR - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: creditcoin-node path: target/release @@ -511,7 +511,7 @@ jobs: - name: Download WASM runtime id: download-wasm - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: creditcoin_node_runtime.compact.compressed.wasm @@ -634,13 +634,13 @@ jobs: - uses: actions/checkout@v4 - name: Download creditcoin-node binary from current PR - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: creditcoin-node path: target/release - name: Download WASM runtime - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: creditcoin_node_runtime.compact.compressed.wasm path: target/release diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index 75482349ed..7f88d2c17d 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -43,7 +43,7 @@ jobs: if: github.ref == 'refs/heads/dev' steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 with: name: creditcoin-runtime-${{ github.sha }} path: wasm