Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
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](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent ea6a117 commit 58b690f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ jobs:
tag-sha: true # add git short SHA as Docker tag

- name: Download pre-built amd64 linux collator binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: robonomics-ubuntu-latest-x86_64
path: scripts/docker/amd64/

- name: Download pre-built aarch64 linux collator binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: robonomics-ubuntu-latest-aarch64
path: scripts/docker/arm64/
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
fetch-depth: 0

- name: Download main runtime
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: main-runtime
path: runtime-artifacts
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
mkdir -p ${{ matrix.os }}-${{ matrix.arch }}-bin
- name: Download pre-built collator binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: robonomics-${{ matrix.os }}-latest-${{ matrix.arch }}
path: ${{ matrix.os }}-${{ matrix.arch }}-bin
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
chain: ["main"]
steps:
- name: Download runtime
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ matrix.chain }}-runtime

Expand Down

0 comments on commit 58b690f

Please sign in to comment.