diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c23d56..647b138 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.xcode == '16.2' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.lcov token: ${{ secrets.CODECOV_TOKEN }}