From c203387a371c45b774566a26558b376ce55b01fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:41:48 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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