diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 8efef6d..35ff6f4 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,7 +20,7 @@ jobs: run: | nox -s pytest - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: slug: loonghao/maya_umbrella files: 'coverage.xml'