diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb8e146..e5ab56b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: GOARCH: ${{ matrix.arch }} - name: Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./cover.unsafe.out,./cover.safe.out