Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix artifact cleanup in Kind workflow (#5915)
It is no longer possible to use geekyeggo/delete-artifact (since v4) for workflows triggered by pull request events, without using a PAT directly. Instead of depending on a 3rd party action, we now use actions/upload-artifact to overwrite the large artifacts with an empty file. Signed-off-by: Antonin Bas <[email protected]>
- Loading branch information