Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix image artifact regex to match GitHub Actions filename (#1013)
GitHub Actions doesn't allow artifact files to contain `:`, so it is replaced with `---`. Update this artifact finding code to match that pattern.
- Loading branch information