-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump last instance of actions/*-artifact
to v4
#2329
Conversation
with: | ||
name: go-${{ matrix.os }} |
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.
v4 errors on default when clobbering files of the same name, as this is a matrix job it was happening.
.github/workflows/packaging.yml
Outdated
with: | ||
name: go-ubuntu-latest |
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.
Not sure how this worked out with the clobbering? Lucky timing maybe?
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.
(merge_multiple: true
was the silent default)
This instance was merged a day after everything else was bumped and as the dependabot PR was closed it's ignoring it.