Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.0.0 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 4.0.0 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.0.0...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 b07b7ed commit c531999
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,27 +193,27 @@ jobs:
# Package up the native binaries
#TODO Centralize this block as we re-use it via copy/paste right now
- name: Download MacOS aarch64 Native Library
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.7
with:
name: aarch64-apple-darwin-dylib
path: bound/kt/src/main/resources/
- name: Download MacOS x86_64 Native Library
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.7
with:
name: x86_64-apple-darwin-dylib
path: bound/kt/src/main/resources/
- name: Download Linux x86_64 GNU Native Library
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.7
with:
name: x86_64-unknown-linux-gnu-so
path: bound/kt/src/main/resources/
- name: Download Linux x86_64 MUSL Native Library
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.7
with:
name: x86_64-unknown-linux-musl-so
path: bound/kt/src/main/resources/
- name: Download Windows x86_64 MSVC Native Library
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.7
with:
name: x86_64-pc-windows-msvc-dll
path: bound/kt/src/main/resources/
Expand Down Expand Up @@ -268,27 +268,27 @@ jobs:
# Package up the native binaries
#TODO Centralize this block as we re-use it via copy/paste right now
- name: Download MacOS aarch64 Native Library
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.7
with:
name: aarch64-apple-darwin-dylib
path: bound/kt/src/main/resources/
- name: Download MacOS x86_64 Native Library
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.7
with:
name: x86_64-apple-darwin-dylib
path: bound/kt/src/main/resources/
- name: Download Linux x86_64 GNU Native Library
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.7
with:
name: x86_64-unknown-linux-gnu-so
path: bound/kt/src/main/resources/
- name: Download Linux x86_64 MUSL Native Library
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.7
with:
name: x86_64-unknown-linux-musl-so
path: bound/kt/src/main/resources/
- name: Download Windows x86_64 MSVC Native Library
uses: actions/download-artifact@v4.0.0
uses: actions/download-artifact@v4.1.7
with:
name: x86_64-pc-windows-msvc-dll
path: bound/kt/src/main/resources/
Expand Down

0 comments on commit c531999

Please sign in to comment.