From b12f648fea369f328f31929cf9f67957004d9782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 11:05:43 -0400 Subject: [PATCH] chore(deps): codecov/codecov-action from 3.1.1 to 3.1.3 (#1115) --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 64903bda6..5a5a78d23 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -41,7 +41,7 @@ jobs: } - name: Code coverage if: ${{ success() }} - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.3 - name: Confirm beta integration if: ${{ success() }} uses: actions/github-script@v6