Skip to content

Commit 6dc7fc0

Browse files
authored
Merge pull request #349 from pymc-labs/codecov
Update `codecov-action@v3` to `v4`
2 parents 1b5c166 + 92d0031 commit 6dc7fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install -e .[test]
3131
pytest --cov-report=xml --no-cov-on-fail
3232
- name: Upload coverage to Codecov
33-
uses: codecov/codecov-action@v3
33+
uses: codecov/codecov-action@v4
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }} # use token for more robust uploads
3636
name: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)