diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d8bf36..661365f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: go test -race -coverprofile=coverage.txt -covermode=atomic $(go list ./... | grep -v internal/testhelper) - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.txt