diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8c3ee4..5d9568c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - name: Gather Code Coverage if: github.event.schedule == null - uses: codecov/codecov-action@v5.4.3 + uses: codecov/codecov-action@v5.5.2 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}