diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b0be68..5502a5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: run: make - name: Report Code Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: .sage/build/go/coverage/go-test.txt fail_ci_if_error: true