Skip to content

Commit 74373bf

Browse files
committed
Update codecov action
Testing to see if this resolves the pipeline failures
1 parent 34f61e8 commit 74373bf

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run Tests
2525
run: python -m pytest -v
2626
- name: upload coverage to Codecov
27-
uses: codecov/codecov-action@v1
27+
uses: codecov/codecov-action@v3
2828
with:
2929
name: codecov-umbrella
3030
fail_ci_if_error: true

0 commit comments

Comments
 (0)