diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 910a8c0..f0eb89e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,6 @@ jobs: - run: make vet - run: make testacc TEST_OPTS='-coverprofile=coverage.out' - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }}