Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ jobs:
# token is stored anywhere. See .github/PUBLISHING.md.
id-token: write
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v8
with:
path: dist
pattern: python-*
Expand Down Expand Up @@ -574,7 +574,7 @@ jobs:
# The binaries only. The wheels went to PyPI, which is where `pip` looks;
# attaching them here as well would offer two channels for the same
# thing, one of which nothing consults.
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v8
with:
path: dist
pattern: binary-*
Expand Down
Loading