Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily revert renovate updates. (#235)
I was too hasty in merging #233, this needs `actions/upload-artifact@v4`. #234 only updated `actions/upload-pages-artifact` to _its_ `v3` which is only `actions/upload-artifact@v3` under the hood. This PR just reverts the last two commits and downgrades the two actions. We can live with old versions until actions/upload-pages-artifact#76 is merged and makes it into production. Then we can re-update. Also, all of this wasn't caught in CI because we don't test the webpage deployment in CI. (For obvious reasons.) In terms of the doc failure, it does ["fail" in the step before](https://github.com/UCL-ARC/python-tooling/actions/runs/7265323304/job/19794807367#step:6:65) deployment where the upload action doesn't upload. We might want to investigate a `--no-really-we-want-any-error-as-a-fail` option and/or add the doc build to the required checks (I don't think that would have caught this bug, but we probably want to run it anyway).
- Loading branch information