Skip to content

Commit

Permalink
[MNT] [Dependabot](deps): Bump actions/download-artifact from 2 to 3 (#…
Browse files Browse the repository at this point in the history
…116)

Bumps
[actions/download-artifact](https://github.com/actions/download-artifact)
from 2 to 3.
  • Loading branch information
dependabot[bot] committed Oct 8, 2023
1 parent 4e650af commit f4b2e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: wheels
path: wheelhouse
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- run: conda --version
- run: which python

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: wheels
path: wheelhouse
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
needs: [build_wheels,test_unix_wheels,test_windows_wheels]

steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: wheels
path: wheelhouse
Expand Down

0 comments on commit f4b2e30

Please sign in to comment.