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

Update outdated CI actions #269

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Update outdated CI actions #269

merged 2 commits into from
Mar 1, 2024

Conversation

AdrianoKF
Copy link
Contributor

@AdrianoKF AdrianoKF commented Feb 29, 2024

The upload_artifact/download_artifact actions were using the outdated NodeJS v16 runtime in version v3, which we depended on.

This commit bumps them to the latest version, addressing the deprecation warnings raised by the release workflow.

Also, the lakeFS sidecar container version needed for the docs builds has been made consistent with the PR workflow (which was using the latest Docker image by default).

See: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-
node-20/

Note to reviewer: Sorry for the whitespace re-formatting - we should probably adopt common YAML formatting settings going forward ;)

The `upload_artifact`/`download_artifact` actions were using the
outdated NodeJS v16 runtime in version v3, which we depended on.

This commit bumps them to the latest version.

Also, the lakeFS sidecar container version needed for the docs builds
has been made consistent with the PR workflow (which was using the
latest Docker image by default).

See: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
Copy link

codecov bot commented Feb 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.32%. Comparing base (6973b99) to head (173c38e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #269   +/-   ##
=======================================
  Coverage   94.32%   94.32%           
=======================================
  Files           5        5           
  Lines         388      388           
  Branches       72       72           
=======================================
  Hits          366      366           
  Misses         13       13           
  Partials        9        9           

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

@AdrianoKF AdrianoKF merged commit 63a31c2 into main Mar 1, 2024
7 checks passed
@AdrianoKF AdrianoKF deleted the fix-outdated-ci-actions branch March 1, 2024 07:23
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.

2 participants