Skip to content

Commit f3276c4

Browse files
authored
Update codecov-actions in ci-tests-drafts too
1 parent b7b19fe commit f3276c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-tests-drafts.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
run: |
3131
pytest --cov=causal_testing --cov-report=xml
3232
- name: "Upload coverage to Codecov"
33-
uses: codecov/codecov-action@v2
33+
uses: codecov/codecov-action@v5
3434
with:
3535
fail_ci_if_error: true
3636
token: ${{ secrets.CODECOV_TOKEN }}
37-
version: "v0.1.15"

0 commit comments

Comments
 (0)