diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ef9c38a..7965eb5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -65,6 +65,6 @@ jobs: go test -race -cover -coverprofile=coverage.out ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: flags: ${{ matrix.os }},go-${{ matrix.go }}