diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 833c181..6572d42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -152,7 +152,7 @@ jobs: if: env.GIT_DIFF || github.ref == 'refs/heads/main' - run: make test-coverage if: env.GIT_DIFF || github.ref == 'refs/heads/main' - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: file: coverage.txt if: env.GIT_DIFF || github.ref == 'refs/heads/main'