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

ci: update artifact action #5506

Closed

Conversation

TomJGooding
Copy link
Contributor

Fix failing workflow by updating artifact action to v4 (v3 is deprecated):

https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

There are key differences from the previous version, where artifacts are now immutable. Hopefully I've understood correctly that the artifact should be overwritten?

https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md

Fix failing workflow by updating artifact action to v4 (v3 is deprecated):

https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

There are key differences from the previous version, where artifacts are
now immutable. Hopefully I've understood correctly that the artifact
should be overwritten?

https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md
@willmcgugan
Copy link
Collaborator

I literally just made this change in my markup PR.

@willmcgugan
Copy link
Collaborator

Looks like I beat you to it!

@willmcgugan willmcgugan closed this Feb 7, 2025
@TomJGooding TomJGooding deleted the ci-update-artifact-action branch February 7, 2025 16:39
@TomJGooding
Copy link
Contributor Author

Ha, fair enough! I wasn't copying your homework, promise!

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.

2 participants