diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ded151f..586647d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -69,7 +69,7 @@ jobs: if-no-files-found: error - name: Report test coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: cover.profile