diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cd3c5fc..e0a884b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -42,4 +42,4 @@ jobs: run: | pytest -v --cov dearprudence --cov-report term-missing --cov-report xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4