Skip to content

Commit 8991684

Browse files
committed
ci(deps): Bump codecov/codecov-action from v5 to v6
why: GitHub Actions will require Node.js 24 by June 2, 2026. codecov-action v6 adds Node 24 support with no config changes needed. what: - Update codecov/codecov-action@v5 → @v6 in tests.yml - No other changes required (v6 is functionally identical to v5) - Ref: https://github.com/codecov/codecov-action/releases/tag/v6.0.0
1 parent b112a4a commit 8991684

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
@@ -42,7 +42,7 @@ jobs:
4242
- name: Test with pytest
4343
run: uv run py.test --cov=./ --cov-report=xml
4444

45-
- uses: codecov/codecov-action@v5
45+
- uses: codecov/codecov-action@v6
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848

0 commit comments

Comments
 (0)