Skip to content

Commit b7b19fe

Browse files
authored
Update codecov-actions version
1 parent 08ab5aa commit b7b19fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
run: |
3737
pytest --cov=causal_testing --cov-report=xml
3838
- name: "Upload coverage to Codecov"
39-
uses: codecov/codecov-action@v2
39+
uses: codecov/codecov-action@v5
4040
with:
4141
fail_ci_if_error: true
4242
token: ${{ secrets.CODECOV_TOKEN }}
43-
version: "v0.1.15"

0 commit comments

Comments
 (0)