diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 78e9ce6..206be97 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -25,7 +25,7 @@ jobs: - name: go test run: go test -coverprofile=coverage.out ./pkg/... - name: Upload to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: coverage.out token: ${{ secrets.CODECOV_TOKEN }}