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

[ISSUE #8747] Fix PR E2E artifact download issue #8748

Merged
merged 4 commits into from
Sep 25, 2024

Conversation

chi3316
Copy link
Contributor

@chi3316 chi3316 commented Sep 25, 2024

Which Issue(s) This PR Fixes

Fixes #8747

Brief Description

This PR resolves the issue with downloading artifacts in the PR E2E workflow by updating the script for downloading the rocketmq artifact. The previous error has been fixed to ensure the workflow runs correctly.

How Did You Test This Change?

It can download artifacts correctly. The test workflow

image

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.34%. Comparing base (e2abbc3) to head (4fa72be).

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8748      +/-   ##
=============================================
+ Coverage      47.32%   47.34%   +0.01%     
- Complexity     11545    11550       +5     
=============================================
  Files           1282     1282              
  Lines          89843    89843              
  Branches       11556    11556              
=============================================
+ Hits           42521    42533      +12     
+ Misses         42069    42062       -7     
+ Partials        5253     5248       -5     
Flag Coverage Δ
47.34% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RongtongJin RongtongJin merged commit 59bafe8 into apache:develop Sep 25, 2024
11 checks passed
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.

[Bug] Artifact download fails in PR E2E workflow due to outdated actions/github-script version
3 participants