Revert "Update GitHub Actions"

This reverts commit a48c7444ea.
This commit is contained in:
Stefan Ceriu
2024-09-03 18:14:28 +03:00
parent a48c7444ea
commit 94e22bfa0f
4 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ jobs:
run: xcresultparser -q -o cobertura -t ElementX -p $(pwd) fastlane/test_output/IntegrationTests.xcresult > fastlane/test_output/integration-cobertura.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}