Skip to content

Commit 10c2003

Browse files
⬆️ Bump codecov/codecov-action from 3 to 4 (#869)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
1 parent 79a301e commit 10c2003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
coverage xml
5555
- name: Upload to Codecov
5656
if: github.repository == 'executablebooks/MyST-Parser' && matrix.python-version == 3.8 && matrix.os == 'ubuntu-latest'
57-
uses: codecov/codecov-action@v3
57+
uses: codecov/codecov-action@v4
5858
with:
5959
token: ${{ secrets.CODECOV_TOKEN }}
6060
name: myst-parser-pytests

0 commit comments

Comments
 (0)