diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61cfbc1..bbd731b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: - name: Generate coverage report run: pytest --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.1 with: file: ./coverage.xml flags: unittests