Skip to content

Commit

Permalink
Merge pull request #54 from CQCL/dependabot/github_actions/actions/do…
Browse files Browse the repository at this point in the history
…wnload-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
PabloAndresCQ authored Dec 15, 2023
2 parents 940c8f8 + ed538df commit 8e803eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download all wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: wheelhouse
- name: Put them all in the dist folder
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
with:
python-version: '3.10'
- name: Download all wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: wheelhouse
- name: Install pip, wheel
Expand Down

0 comments on commit 8e803eb

Please sign in to comment.