From dc37e2f6379f23113e578d6b7473efd30f4fac6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:24:28 +0100 Subject: [PATCH] GitHub Actions: Bump codecov/codecov-action from 5.1.1 to 5.1.2 in the dependencies group (#3290) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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