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: provide composite actions for upload-artifact/download-artifact #57

Merged
merged 5 commits into from
Apr 23, 2024

Conversation

guitarrapc
Copy link
Contributor

tl;dr;

Migrating step for bump upload-artifact & download-artifact from v3 to v4.

Background

upload-artifact/download-artifact@v3 to v4 require version match.

  • ⭕ upload-artifact@v4 x download-artifact@v4
  • ❌ upload-artifact@v3 x download-artifact@v4
  • ❌ upload-artifact@v4 x download-artifact@v3

This means, each Cysharp repo's upload-artifact version must keep track download-artifact used in Cysharp/Action.

To mitigate this hard work, let's provide custom actions for upload-artifact and download-artifact, which control versioning v3 or v4.

Plan to migration

  1. Change each repo's actions/upload-artifact@v3 to Cysharp/Actions/actions/upload-artifact@main.
  2. Bump Cysharp/Actions's actions/upload-artifact and actions/download-artifact from v3 to v4.

@guitarrapc guitarrapc merged commit 64675dc into main Apr 23, 2024
@guitarrapc guitarrapc deleted the feature/actions branch April 23, 2024 09:35
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.

None yet

1 participant