Skip to content

Commit f09830b

Browse files
Ci: Bumped codecov action.
1 parent 2cdf3dd commit f09830b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- run: uv python install ${{ matrix.python-version }}
4242
- run: just install
4343
- run: just test . --cov=. --cov-report xml
44-
- uses: codecov/codecov-action@v4.0.1
44+
- uses: codecov/codecov-action@v5.4.3
4545
env:
4646
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4747
with:

0 commit comments

Comments
 (0)