diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f861247..e5719e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - name: Gather Code Coverage if: github.event.schedule == null - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v7.0.0 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}