-
Notifications
You must be signed in to change notification settings - Fork 77
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: downgrade github artifact to v3 from v4 for publish docker image. #809
chore: downgrade github artifact to v3 from v4 for publish docker image. #809
Conversation
@liangyuanpeng You've modified the workflows. Please don't forget to update the .mergify.yml. |
d4d7f1b
to
90a2598
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #809 +/- ##
==========================================
- Coverage 75.55% 75.47% -0.08%
==========================================
Files 180 186 +6
Lines 26938 27478 +540
Branches 26938 27478 +540
==========================================
+ Hits 20353 20740 +387
- Misses 5366 5467 +101
- Partials 1219 1271 +52 ☔ View full report in Codecov by Sentry. |
Please ignore the auto update of the upload-artifact in dependabot.yml. Otherwise, it will be auto update in next time. |
9541724
to
bfd9c4a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the explaination in the PR description into commit message.
artifact v4 do not support upload artifact with the same name, https://github.com/actions/upload-artifact?tab=readme-ov-file#not-uploading-to-the-same-artifact , so this is working for downgrade v4 to v3, until we get rid of using github jobs to build multi-architecture container images. see xline-kv#809 Signed-off-by: Lan Liang <[email protected]>
bfd9c4a
to
769125e
Compare
Sure, PTAL again,Thanks. |
Since this PR have two approval, does ready merge it is time? |
Please briefly answer these questions:
artifact v4 do not support upload artifact with the same name, https://github.com/actions/upload-artifact?tab=readme-ov-file#not-uploading-to-the-same-artifact , so this PR is working for downgrade v4 to v3, until we get rid of using github jobs to build multi-architecture container images.
so release workflow is also broken,
Xline/.github/workflows/release.yml
Line 144 in dca4449
what changes does this pull request make?
are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)