diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03bfa65..e8500e1 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.4.2 + - uses: codecov/codecov-action@v5.5.0 with: token: ${{ secrets.CODECOV_UPLOAD_TOKEN }} file: ./.test_coverage.txt