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

Update the upload-artifact CI build action to version 4 #2784

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

Numpsy
Copy link
Contributor

@Numpsy Numpsy commented Jul 15, 2024

In the current CI builds, there are a number of instances of this warning:

image

In addition, the documentation at https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ documents that the v3 action will be deprecated and not useable later this year.

That doc also says While v4 of the artifact actions improves upload and download speeds by up to 98% which may or may not effect the intermittent artifact upload timeout that has caused the CI builds to fail a few times recently.

with:
name: fake-artifacts
name: fake-artifacts-${{ matrix.runs-on }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docs at https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md state that artifacts need unique names with the v4 action

@xperiandri xperiandri merged commit 7fc5737 into fsprojects:master Jul 19, 2024
3 checks passed
@Numpsy Numpsy deleted the action_up branch July 19, 2024 22:11
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