diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index fbd970f..d445ce2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -20,4 +20,4 @@ jobs: run: richgo test -v ./... -coverprofile cover.out env: RICHGO_FORCE_COLOR: "1" - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5