diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba2e590..27db271 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - name: Upload coverage to codecov.io if: ${{ endsWith(github.ref, '/master') || startsWith(github.ref, 'refs/tags/') }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}