diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c0a48af..e09bf1f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: - name: Gather Code Coverage if: github.event.schedule == null - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.0.1 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}