diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e4700c0..62f213c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -99,7 +99,7 @@ jobs: - name: Test itself run: python -m pytest --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: coverage.xml fail_ci_if_error: true # optional (default = false)