From 81b3225d6bcbc56f53c65c82523a7b9824283d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 08:12:11 -0100 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 (#7314) --- .github/workflows/tests_decoratormode.yml | 2 +- .github/workflows/tests_servermode.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_decoratormode.yml b/.github/workflows/tests_decoratormode.yml index fdf2576b0..e419ebf8f 100644 --- a/.github/workflows/tests_decoratormode.yml +++ b/.github/workflows/tests_decoratormode.yml @@ -46,7 +46,7 @@ jobs: make test-only - name: "Upload coverage to Codecov" if: ${{ github.repository == 'getmoto/moto'}} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: false flags: unittests \ No newline at end of file diff --git a/.github/workflows/tests_servermode.yml b/.github/workflows/tests_servermode.yml index 534b96268..fa80477cb 100644 --- a/.github/workflows/tests_servermode.yml +++ b/.github/workflows/tests_servermode.yml @@ -52,7 +52,7 @@ jobs: make test-only - name: "Upload coverage to Codecov" if: ${{ github.repository == 'getmoto/moto'}} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: false flags: servertests