-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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: Bump @actions/download-artifact
and @actions/upload-artifact
#32930
Conversation
|
Looks like this PR is ready to merge! 🎉 |
7f7d4bd
to
437bece
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #32930 +/- ##
===========================================
+ Coverage 54.98% 55.01% +0.02%
===========================================
Files 2596 2596
Lines 55970 55945 -25
Branches 11584 11570 -14
===========================================
+ Hits 30775 30776 +1
+ Misses 22553 22531 -22
+ Partials 2642 2638 -4
Flags with carried forward coverage won't be shown. Click here to find out more. |
437bece
to
a90c6e4
Compare
a90c6e4
to
ccb3d0e
Compare
83f8b71
to
0ad7640
Compare
.github/workflows/ci-test-e2e.yml
Outdated
path: ./apps/meteor/coverage* | ||
|
||
|
||
merge: |
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.
any real benefit on "merging" the artifacts before upload? I thought it would be actually good to have them separate.
if we want to indeed merge them I'd ask to provide a name to this job since "merge" is too vague IMO
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.
I agree, but I didn't know how arbitrary the artifact names were so I went with keeping the old behavior. But wonder if using the shard indices would be useful e.g. playwright-trace-ce-6.0-3
is kinda random.
…Chat into improve/threadMetrics * 'improve/threadMetrics' of github.com:RocketChat/Rocket.Chat: ci: Bump `@actions/download-artifact` and `@actions/upload-artifact` (#32930) fix: Allow custom fields on messages to be updated even if `msg` prop is not updated (via API) (#32791) test: Make Omnichannel jobs run every 3 secs on CI instead of 1 min (#32967) ci: only rebuild docker if event is pull request and is from outside (#32997) ci: remove tmp files (#32996) test: Mock `dns.lookup` on `checkUrlForSsrf` tests (#32995) chore: `FilterByText` component sanitization (#32957) chore: Renders back button through prop in admin settings (#32987) feat: add `sidepanel` to teams api (#32868) chore: don't mark room as read after sending message (#32941) chore: replace `dtinth/setup-github-actions-caching-for-turbo` to use `rhark… (#32990)
Proposed changes (including videos or screenshots)
It upgrades GitHub workflows to
@actions/downlad-artifact@v4
and@actions/upload-artifact@v4
.Issue(s)
Steps to test or reproduce
Further comments
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/