Skip to content

Commit 61d7c4a

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 56ffe40 commit 61d7c4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: xcresultparser -q -o cobertura -t ElementX -p $(pwd) fastlane/test_output/IntegrationTests.xcresult > fastlane/test_output/integration-cobertura.xml
7474

7575
- name: Upload coverage to Codecov
76-
uses: codecov/codecov-action@v3
76+
uses: codecov/codecov-action@v5
7777
with:
7878
fail_ci_if_error: true
7979
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ui_tests.yml

+1-1
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@v3
62+
uses: codecov/codecov-action@v5
6363
with:
6464
fail_ci_if_error: true
6565
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/unit_tests.yml

+1-1
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@v3
63+
uses: codecov/codecov-action@v5
6464
with:
6565
fail_ci_if_error: true
6666
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)