diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0f15db..a138fdb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,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@v4 + - uses: codecov/codecov-action@v5 with: file: coverage.txt if: env.GIT_DIFF || github.ref == 'refs/heads/main'