Skip to content

Commit

Permalink
Bump actions/download-artifact
Browse files Browse the repository at this point in the history
Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `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
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 01d92c4 commit 9339bfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,19 @@ jobs:
needs:
- 'python-build-package'
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: python-wheels-linux
path: dist
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: python-wheels-macos_x86_64
path: dist
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: python-wheels-macos_arm64
path: dist
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: python-wheels-windows
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
needs:
- build-docs
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: docs
path: docs_output
Expand Down

0 comments on commit 9339bfa

Please sign in to comment.