Skip to content

Commit 2952964

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent c645675 commit 2952964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uv run pytest --cov=. --cov-report=xml:./coverage/coverage-extra.xml tests/
3636
3737
- name: Upload coverage to Codecov (core)
38-
uses: codecov/codecov-action@v4
38+
uses: codecov/codecov-action@v5
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
4141
directory: coverage
@@ -47,7 +47,7 @@ jobs:
4747
verbose: true
4848

4949
- name: Upload coverage to Codecov (extra)
50-
uses: codecov/codecov-action@v4
50+
uses: codecov/codecov-action@v5
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}
5353
directory: coverage

0 commit comments

Comments
 (0)