Skip to content

Commit c73a60d

Browse files
committed
Revert "Update GitHub Actions"
This reverts commit a6cdbc3.
1 parent a6cdbc3 commit c73a60d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: xcresultparser -q -o cobertura -t ElementX -p $(pwd) fastlane/test_output/IntegrationTests.xcresult > fastlane/test_output/integration-cobertura.xml
8282

8383
- name: Upload coverage to Codecov
84-
uses: codecov/codecov-action@v4
84+
uses: codecov/codecov-action@v3
8585
with:
8686
fail_ci_if_error: true
8787
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/translations-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: swift run tools generate-sas
2929

3030
- name: Create PR for Translations
31-
uses: peter-evans/create-pull-request@v7
31+
uses: peter-evans/create-pull-request@v6
3232
with:
3333
token: ${{ secrets.ELEMENT_BOT_TOKEN }}
3434
commit-message: Translations update

.github/workflows/ui_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: xcresultparser -q -o cobertura -t ElementX -p $(pwd) fastlane/test_output/UITests.xcresult > fastlane/test_output/ui-cobertura.xml
6060

6161
- name: Upload coverage to Codecov
62-
uses: codecov/codecov-action@v4
62+
uses: codecov/codecov-action@v3
6363
with:
6464
fail_ci_if_error: true
6565
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
xcresultparser -q -o cobertura -t ElementX -p $(pwd) fastlane/test_output/PreviewTests.xcresult > fastlane/test_output/preview-cobertura.xml
6161
6262
- name: Upload coverage to Codecov
63-
uses: codecov/codecov-action@v4
63+
uses: codecov/codecov-action@v3
6464
with:
6565
fail_ci_if_error: true
6666
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)