Skip to content

Commit 3d42d57

Browse files
committed
Upgrade Codecov action
1 parent a49f7f4 commit 3d42d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Test
4444
run: |
4545
hatch run test:test-cov-xml
46-
- uses: codecov/codecov-action@v3
46+
- uses: codecov/codecov-action@v4
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}
4949
fail_ci_if_error: true

0 commit comments

Comments
 (0)