Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 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 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...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 8ef8e4a commit ead4465
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download C Shared Library artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: c-shared-lib
path: c-shared-lib/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# brew install openblas &&
# echo "OPENBLAS='$(brew --prefix openblas)'" >> $GITHUB_ENV
- name: Download python-dist artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: python-dist
path: dist/
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download python-dist artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: python-dist
path: dist/
Expand All @@ -234,7 +234,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download Python artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: python-dist
path: python-dist/
Expand Down

0 comments on commit ead4465

Please sign in to comment.