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 27ed521 commit dba410c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,25 +89,25 @@ jobs:
uses: actions/checkout@v3

- name: Download Linux library
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: libmath.so
path: target/classes/natives/linux_64/

- name: Download MacOS library
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: libmath.dylib
path: target/classes/natives/osx_64/

- name: Download MacOS ARM64 library
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: libmath_arm64.dylib
path: target/classes/natives/osx_arm64/

- name: Download Windows library
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: math.dll
path: target/classes/natives/windows_64/
Expand Down

0 comments on commit dba410c

Please sign in to comment.