ci: update setup-node and upload-artifact to current majors - #399
Conversation
|
Note for maintainers: the workflow runs on this PR show action_required because first-time fork contributors need a maintainer to approve workflow runs. The changes are version references only, as described above. |
The other workflow files already use setup-node@v6+ and upload-artifact@v7. e2e-fullstack.yml and secret-scan.yml were left behind on v4. This bumps them so the whole workflow set stays on the same action majors. Inputs used (node-version, cache, cache-dependency-path, name, path, retention-days) are all supported in the new majors.
a580c8c to
c07d8e5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #399 +/- ##
=======================================
Coverage ? 14.83%
=======================================
Files ? 387
Lines ? 22857
Branches ? 0
=======================================
Hits ? 3391
Misses ? 19466
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Merged, thank you. Rebased onto Checked rather than taken on trust, since the description and the diff disagree slightly. Your text says the other workflows already use Where that leaves the repository:
So All 27 checks passed, including One thing worth flagging, because it will affect anyone else contributing here. Branch protection on |
|
Following up on the branch-protection note above: fixed. The other thirteen required checks are unchanged, and CodeQL still runs and still reports on pull requests from branches in this repository. It simply no longer gates a merge it cannot evaluate. Thanks again for the contribution, and sorry you had to be the one to hit that. |
ci: update setup-node and upload-artifact to current majors
The other workflow files in this repo already use setup-node@v6 and upload-artifact@v7. Two files were left behind on v4:
Changes:
Validation:
Scope: the two workflow files above only. No runtime or dependency changes.