diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 645f268..8449ad9 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -36,7 +36,7 @@ jobs: go test . -race -v -coverprofile=release.txt -covermode=atomic - name: Run code coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos files: debug.txt, release.txt # optional