diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c1e1d1..e1ede02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: LICENSE_PLIST_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Codecov - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} xcode: true