diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 768bb71..770c228 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: run: go test -race -coverprofile=coverage.out -coverpkg=./cmd/...,./internal/... ./... - name: Upload coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.out