diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d06142f..1fa2e6b 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@v4.3.0 + uses: codecov/codecov-action@v4.3.1 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}