diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2b4e7f..f611770 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,7 +200,7 @@ jobs: - name: Publish to codecov if: github.actor != 'dependabot[bot]' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: true # we weren't posting previously flags: ${{ runner.os }}