From 36347ab0cf95badd44da7661dc91bfdb1487ecfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 16:56:56 +0000 Subject: [PATCH] --- (#1306) updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index e7024bb..e8b7e89 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -105,7 +105,7 @@ jobs: run: bash scripts/test.sh - name: Upload coverage - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.4.1 with: name: codecov-umbrella token: ${{ secrets.CODCOV_TOKEN }}