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

chore(ci): Revert upload-artifact version #1374

Merged
merged 2 commits into from Feb 16, 2024
Merged

Conversation

azaslavsky
Copy link
Contributor

No description provided.

@@ -41,7 +41,7 @@ jobs:
mv target/release/symsorter build/symsorter-Linux-x86_64
mv target/release/symbolicli build/symbolicli-Linux-x86_64

- uses: actions/upload-artifact@v4.3.1
- uses: actions/upload-artifact@v3
Copy link
Member

Choose a reason for hiding this comment

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

Looks like this was v3.1.1 here, let's keep it the same version as before?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@hubertdeng123
Copy link
Member

To give context, this change is needed since it's breaking the self-hosted release. There is a breaking change in upload-artifact v4 here with uploading artifacts with the same name
https://github.com/actions/toolkit/tree/main/packages/artifact

Copy link
Member

@hubertdeng123 hubertdeng123 left a comment

Choose a reason for hiding this comment

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

lgtm pending comment on maintaing version 3.1.1

@azaslavsky azaslavsky enabled auto-merge (squash) February 16, 2024 05:33
@azaslavsky azaslavsky merged commit 726292f into master Feb 16, 2024
10 checks passed
@azaslavsky azaslavsky deleted the az/upload-artifact branch February 16, 2024 05:40
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

2 participants