From 0c0cdd109084730e9e14f024ddad16fe9afa211a Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Mon, 7 Oct 2024 11:28:52 +0200 Subject: [PATCH] Bump codecov-action version --- .github/workflows/ci-ui-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-ui-tests.yml b/.github/workflows/ci-ui-tests.yml index 322323739..9ad97d46b 100644 --- a/.github/workflows/ci-ui-tests.yml +++ b/.github/workflows/ci-ui-tests.yml @@ -57,7 +57,7 @@ jobs: run: bundle exec fastlane uitest - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: uitests \ No newline at end of file