diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 72229af..61dea24 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,6 +58,6 @@ jobs: - name: Gather Code Coverage if: github.event.schedule == null - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v3.1.1 with: fail_ci_if_error: true