Skip to content
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

Bump GitHub actions #13

Merged
merged 3 commits into from
Nov 7, 2024
Merged

Bump GitHub actions #13

merged 3 commits into from
Nov 7, 2024

Conversation

walro
Copy link
Contributor

@walro walro commented Nov 6, 2024

WHY / WHAT are these changes introduced?

upload-artifact@v3 is deprecated and will start with brownouts on Nov 14. We had tons of warnings from other actions, so decided to bump them all.

For upload-artifact, there are breaking changes https://github.com/actions/upload-artifact/blob/v4.4.3/docs/MIGRATION.md, so we had to use unique names.

Couldn't spot anything breaking for other bumps (doesn't mean there aren't any though)

HOW can this pull request be tested?

If CI runs well it covers most cases (from first glance, all of them).

@walro walro force-pushed the bump-actions branch 2 times, most recently from c641531 to 83d8f25 Compare November 6, 2024 07:44
Both emit deprecation warnings and `upload-artifact` will start with brownouts on Nov 14.

There are breaking changes https://github.com/actions/upload-artifact/blob/v4.4.3/docs/MIGRATION.md why we need to give unique names for each artifact.
walro added 2 commits November 6, 2024 09:52
Didn't spot anything breaking when glancing at changelogs.
> FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
@walro walro changed the title Bump actions/{checkout,upload-artifact} Bump GitHub actions Nov 6, 2024
@walro walro marked this pull request as ready for review November 6, 2024 08:58
@walro walro requested a review from a team as a code owner November 6, 2024 08:58
@walro
Copy link
Contributor Author

walro commented Nov 7, 2024

I think this is fine, otherwise we'll just have some fun next time we make a release :-)

@walro walro merged commit 3c60266 into main Nov 7, 2024
23 checks passed
@walro walro deleted the bump-actions branch November 7, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant