mhammond / pywin32

Python for Windows (pywin32) Extensions
4.9k stars 783 forks source link

Update GitHub actions versions and cache pip downloads #2231

Closed Avasam closed 1 month ago

Avasam commented 3 months ago

Except actions/upload-artifact & actions/download-artifact since in v4 artefact names are no longer unique by default and will require additional changes.

This also works towards reducing the annotations spam due to Node16 warnings in CI actions page.

Caching pip downloads helps speedup the CI slightly and avoiding random network failures that can happen with PyPI.