pytest-dev / pytest-repeat

pytest plugin for repeating test execution
https://pypi.python.org/pypi/pytest-repeat/
Other
169 stars 27 forks source link

GitHub Actions: Upgrade hynek/build-and-inspect-python-package #78

Closed cclauss closed 7 months ago

cclauss commented 8 months ago

https://github.com/hynek/build-and-inspect-python-package/releases/tag/v2.0.0

This release switches to actions/upload-artifact v4, which is incompatible with older versions of actions/download-artifact (and vice versa).

  • If you're using download-artifact@v3, do not upgrade.
  • If you want to use download-artifact@v4, you must upgrade.
cclauss commented 7 months ago

This PR fixed .github/workflows/test.yml but I forgot to also fix .github/workflows/pypi-package.yml so let’s automate the process with: