diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6fc45fa0..ffe02f73e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: - name: Run tests run: bundle exec fastlane test - - uses: codecov/codecov-action@v5.1.1 + - uses: codecov/codecov-action@v5.1.2 name: "Upload Code Coverage" with: xcode: true