Skip to content

Commit

Permalink
Revert actions/download-artifact to v3
Browse files Browse the repository at this point in the history
We can't to use `actions/download-artifact@v4` with
`actions/upload-artifact@v3`, since one of the breaking changes in v4
relates to where/how artifacts are stored.
  • Loading branch information
simu committed Jan 11, 2024
1 parent 3253318 commit a588948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/v')"
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: wheels
- name: Publish to PyPI
Expand Down

0 comments on commit a588948

Please sign in to comment.