diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ff30c7..c5a7ae7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - run: just test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 with: files: ./coverage.xml env_vars: PYTHON