Skip to content

Commit 9ef84a0

Browse files
committed
bump codecov action version
1 parent 179f039 commit 9ef84a0

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
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
pytest --cov=./ --cov-report=xml
3535
- name: Upload coverage
36-
uses: codecov/codecov-action@v3
36+
uses: codecov/codecov-action@v4
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939
file: ./coverage.xml

0 commit comments

Comments
 (0)