-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GHA: Update actions/upload-artifact to v4
- Loading branch information
1 parent
73c2544
commit 614e0b7
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
614e0b7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ralphlange Did I miss a PR being merged?
fyi. this change broke the python build which depended on the now removed behavior of upload-artifact to merge when multiple artifacts have the same name.
614e0b7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GHA failures fixed with 0a2313d
614e0b7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mdavidsaver No, you didn't. I'm sorry - that was my bad.
I didn't create a branch - as the changes were trivial - and must have pushed to the (tracked) origin instead of a personal fork without intent or even noticing.
Thanks for the fix, which removes the need to revert my commit.
I'm working on fixing the other broken builds that showed up - most of them were broken for a while but didn't run for months. The AppVeyor turn-around times make those fixes a challenge in patience.