Closed bflad closed 9 months ago
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Closes #76 Closes #77
GitHub has released
actions/upload-artifact
andactions/download-artifact
v4 major version updates which are both incompatible with v3 of each. Since the reusable workflows are dependent on the calling workflow uploading the artifact, updating these workflows toactions/download-artifact@v4
would break any callers usingactions/upload-artifact@v3
.