Skip to content

Commit 61329d6

Browse files
committed
ci(deps): bump codecov/codecov-action from 5 to 6
v6 moves the action runtime to Node 24, which GitHub-hosted ``ubuntu-latest`` runners support natively. The ``action.yml`` diff between v5.5.4 and v6.0.0 is purely an internal ``actions/github-script`` SHA bump (v7 → v8) — the ``token`` input we pass is byte-identical. Release notes: https://github.com/codecov/codecov-action/releases/tag/v6.0.0 Changelog: https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md
1 parent 5bdba47 commit 61329d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
COV_CORE_SOURCE: .
8383
COV_CORE_CONFIG: .coveragerc
8484
COV_CORE_DATAFILE: .coverage.eager
85-
- uses: codecov/codecov-action@v5
85+
- uses: codecov/codecov-action@v6
8686
with:
8787
token: ${{ secrets.CODECOV_TOKEN }}
8888

0 commit comments

Comments
 (0)