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
…10)

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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent e202511 commit b154661
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
# MacOS
- name: Download foldmason-darwin-universal Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: foldmason-darwin-universal
path: foldmason/bin
Expand All @@ -197,7 +197,7 @@ jobs:
# Linux SSE41
- name: Download foldmason-linux-SSE4_1 Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: foldmason-linux-SSE4_1
path: foldmason/bin
Expand All @@ -209,7 +209,7 @@ jobs:
# Linux SSE2
- name: Download foldmason-linux-SSE2 Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: foldmason-linux-SSE2
path: foldmason/bin
Expand All @@ -221,7 +221,7 @@ jobs:
# Linux AVX2
- name: Download foldmason-linux-AVX2 Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: foldmason-linux-AVX2
path: foldmason/bin
Expand All @@ -233,7 +233,7 @@ jobs:
# Linux ARM64
- name: Download foldmason-linux-ARM8 Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: foldmason-linux-ARM8
path: foldmason/bin
Expand Down

0 comments on commit b154661

Please sign in to comment.