From e25c0da8edeef36cd7b3ce1c208e915a0e037844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 03:57:50 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 5.2.0 to 5.3.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/5a605bd92782ce0810fa3b8acc235c921b497052...0da7aa657d958d32c117fc47e1f977e7524753c7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.testing.yml b/.github/workflows/ci.testing.yml index cb2a8273..c098e5ba 100644 --- a/.github/workflows/ci.testing.yml +++ b/.github/workflows/ci.testing.yml @@ -59,7 +59,7 @@ jobs: echo "Downloaded artifacts:" ls -lah $GITHUB_WORKSPACE - name: Upload coverage to Codecov - uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0 + uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: jacocoTestReport.xml