diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f91e81c..006b0185 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: run: make test-race - name: Upload coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: ./coverage.out fail_ci_if_error: false