urllib3 / urllib3

urllib3 is a user-friendly HTTP client library for Python
https://urllib3.readthedocs.io
MIT License
3.71k stars 1.12k forks source link

Fix download-artifacts version for Test PyPI #3417

Closed pquentin closed 6 days ago

pquentin commented 1 week ago

The upload-artifact and download-artifact actions should use the same major version, and I missed while merging two different pull requests, https://github.com/urllib3/urllib3/pull/3385 and https://github.com/urllib3/urllib3/pull/3411.

Fixes this failure: https://github.com/urllib3/urllib3/actions/runs/9607566386/job/26499026545 Tested here: https://github.com/pquentin/urllib3/actions/runs/9609221789/job/26503384351