Skip to content

Commit

Permalink
Merge pull request #12 from JeffWigger/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
JeffWigger authored Sep 15, 2024
2 parents fe81e31 + 54f0bb4 commit dccae2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
python-version: "3.x"

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit dccae2e

Please sign in to comment.