diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a63623..12a4bfb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: with: go-version-file: go.mod - run: make ci-test - - uses: codecov/codecov-action@v5.1.1 + - uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_UPLOAD_TOKEN }} file: ./.test_coverage.txt