Skip to content

Commit

Permalink
Bump actions/download-artifact from 2.1.1 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.1.1 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2.1.1...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 ec9026d commit 917b951
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- uses: actions/download-artifact@v2.1.1
- uses: actions/download-artifact@v4.1.7
name: Download wheels
with:
name: wheels
Expand Down Expand Up @@ -341,12 +341,12 @@ jobs:
steps:
- name: Checkout source
uses: actions/[email protected]
- uses: actions/download-artifact@v2.1.1
- uses: actions/download-artifact@v4.1.7
name: Download wheels
with:
name: wheels
path: wheelhouse
- uses: actions/download-artifact@v2.1.1
- uses: actions/download-artifact@v4.1.7
name: Download sdist
with:
name: sdist_wheels
Expand Down Expand Up @@ -415,12 +415,12 @@ jobs:
steps:
- name: Checkout source
uses: actions/[email protected]
- uses: actions/download-artifact@v2.1.1
- uses: actions/download-artifact@v4.1.7
name: Download wheels
with:
name: wheels
path: wheelhouse
- uses: actions/download-artifact@v2.1.1
- uses: actions/download-artifact@v4.1.7
name: Download sdist
with:
name: sdist_wheels
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
steps:
- name: Checkout source
uses: actions/[email protected]
- uses: actions/download-artifact@v2.1.1
- uses: actions/download-artifact@v4.1.7
name: Download artifacts
with:
name: deploy_artifacts
Expand Down

0 comments on commit 917b951

Please sign in to comment.