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

ci: Bump @actions/download-artifact and @actions/upload-artifact #32930

Merged
merged 5 commits into from
Aug 7, 2024

Conversation

tassoevan
Copy link
Contributor

@tassoevan tassoevan commented Jul 29, 2024

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/

Copy link

changeset-bot bot commented Jul 29, 2024

⚠️ No Changeset found

Latest commit: 4e33299

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

dionisio-bot bot commented Jul 29, 2024

Looks like this PR is ready to merge! 🎉
If you have any trouble, please check the PR guidelines

@tassoevan tassoevan force-pushed the ci/upload-and-download-artifact-actions branch from 7f7d4bd to 437bece Compare July 29, 2024 16:49
Copy link

codecov bot commented Jul 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.01%. Comparing base (45f0bc7) to head (4e33299).
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             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     
Flag Coverage Δ
unit 73.05% <ø> (-0.01%) ⬇️

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

@tassoevan tassoevan force-pushed the ci/upload-and-download-artifact-actions branch from 437bece to a90c6e4 Compare July 29, 2024 22:42
@tassoevan tassoevan force-pushed the ci/upload-and-download-artifact-actions branch from a90c6e4 to ccb3d0e Compare July 30, 2024 00:16
@tassoevan tassoevan force-pushed the ci/upload-and-download-artifact-actions branch from 83f8b71 to 0ad7640 Compare July 30, 2024 14:31
@tassoevan tassoevan marked this pull request as ready for review July 30, 2024 15:48
@tassoevan tassoevan requested a review from a team as a code owner July 30, 2024 15:48
path: ./apps/meteor/coverage*


merge:
Copy link
Member

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

Copy link
Contributor Author

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.

@ggazzo ggazzo added this to the 6.12 milestone Aug 7, 2024
@ggazzo ggazzo added the stat: QA assured Means it has been tested and approved by a company insider label Aug 7, 2024
@dionisio-bot dionisio-bot bot added the stat: ready to merge PR tested and approved waiting for merge label Aug 7, 2024
@ggazzo ggazzo merged commit 7515c17 into develop Aug 7, 2024
51 checks passed
@ggazzo ggazzo deleted the ci/upload-and-download-artifact-actions branch August 7, 2024 16:54
gabriellsh added a commit that referenced this pull request Aug 8, 2024
…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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat: QA assured Means it has been tested and approved by a company insider stat: ready to merge PR tested and approved waiting for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants