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: downgrade github artifact to v3 from v4 for publish docker image. #809

Merged
merged 1 commit into from
May 30, 2024

Conversation

liangyuanpeng
Copy link
Contributor

Please briefly answer these questions:

  • what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)

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,

uses: actions/upload-artifact@v4

  • what changes does this pull request make?

  • are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)

@mergify mergify bot requested a review from a team May 9, 2024 12:38
Copy link

mergify bot commented May 9, 2024

@liangyuanpeng You've modified the workflows. Please don't forget to update the .mergify.yml.

Copy link

codecov bot commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.47%. Comparing base (e35b35a) to head (769125e).
Report is 92 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

@Phoenix500526
Copy link
Collaborator

Please ignore the auto update of the upload-artifact in dependabot.yml. Otherwise, it will be auto update in next time.

@liangyuanpeng liangyuanpeng force-pushed the downgrade_artifact branch 2 times, most recently from 9541724 to bfd9c4a Compare May 10, 2024 05:36
@mergify mergify bot requested a review from a team May 10, 2024 06:04
@Phoenix500526 Phoenix500526 requested a review from bsbds May 16, 2024 04:57
@liangyuanpeng liangyuanpeng added the github_actions Pull requests that update GitHub Actions code label May 16, 2024
Copy link
Collaborator

@rogercloud rogercloud left a 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.

@mergify mergify bot requested a review from a team May 18, 2024 03:24
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]>
@liangyuanpeng
Copy link
Contributor Author

Please add the explaination in the PR description into commit message.

Sure, PTAL again,Thanks.

@mergify mergify bot requested a review from a team May 20, 2024 15:17
@mergify mergify bot requested a review from a team May 29, 2024 01:28
@liangyuanpeng
Copy link
Contributor Author

Since this PR have two approval, does ready merge it is time?

@Phoenix500526 Phoenix500526 merged commit 239cb77 into xline-kv:master May 30, 2024
13 of 14 checks passed
@liangyuanpeng liangyuanpeng deleted the downgrade_artifact branch May 30, 2024 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants