Skip to content

Commit

Permalink
v3 download-artifact GH action deprecated (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
undfined authored Feb 13, 2025
1 parent 625ac1c commit 704e8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
needs: [build-linux, build-windows, build-macos, sdist]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: wheels
- name: Publish to PyPI
Expand Down

0 comments on commit 704e8b0

Please sign in to comment.