diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2016cc..623bdb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.go-version == '1.25' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out