Skip to content

Commit 3d632bd

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) — documented inputs are byte-identical. Tag: https://github.com/codecov/codecov-action/tree/v6 Changelog: https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md
1 parent e2429f1 commit 3d632bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Test with pytest
5252
run: uv run py.test --cov=./ --cov-report=xml
5353

54-
- uses: codecov/codecov-action@v5
54+
- uses: codecov/codecov-action@v6
5555
with:
5656
token: ${{ secrets.CODECOV_TOKEN }}
5757

0 commit comments

Comments
 (0)