Skip to content

Commit 48e636d

Browse files
authored
Merge branch 'main' into patch-1
2 parents d63d8e2 + 4974669 commit 48e636d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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"

.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)