Skip to content

Commit

Permalink
Bump actions/download-artifact from 1 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 1 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v1...v4.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 50032e0 commit 8863b92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
depth: 50

- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.7
with:
name: cross-apple-darwin
path: /usr/local/bin/
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
depth: 50

- name: Download Cross
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: cross-linux-musl
path: /tmp/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- x86_64-apple-darwin
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.7
with:
name: cross-apple-darwin
path: /usr/local/bin/
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- x86_64-unknown-linux-musl
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.7
with:
name: cross-linux-musl
path: /tmp/
Expand Down

0 comments on commit 8863b92

Please sign in to comment.