Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 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 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 8c5e571 commit c4ed70d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python: [3.8, 3.8, 3.9, "3.10", 3.11]
steps:
- name: Download wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: sdist-wheel
- name: Set up Python ${{ matrix.python }}
Expand All @@ -71,7 +71,7 @@ jobs:
wordsize: [64]
steps:
- name: Download wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: sdist-wheel
- name: Set up Python ${{ matrix.python }}
Expand All @@ -96,7 +96,7 @@ jobs:
python: [3.8, 3.9, "3.10", 3.11]
steps:
- name: Download wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: sdist-wheel
- name: Set up Python
Expand All @@ -122,7 +122,7 @@ jobs:
id-token: write
steps:
- name: Download all
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
- name: Move to dist
run: |
mkdir dist
Expand Down

0 comments on commit c4ed70d

Please sign in to comment.