From c490966e56d68ada21d1fd0d7cdfd12e9a62adf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 00:48:10 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 (#1469) --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 061c1d2d..c01b0c4f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -53,7 +53,7 @@ jobs: python setup.py unit_tests --test-target tests/slack_sdk/oauth/state_store/test_sqlalchemy.py - name: Run codecov (only 3.9) if: startsWith(matrix.python-version, '3.9') - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} # python setup.py validate generates the coverage file