From 83953807e58814a9d71b459933e39103fc27b72b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:50:16 +0000 Subject: [PATCH] deps(ci): bump codecov/codecov-action from 5.0.2 to 5.0.3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.3. - [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/v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 3fa45a36..f0251d2c 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -90,7 +90,7 @@ jobs: ${{ env.OASIS_NODE_DATADIR }}/fixture.json - name: Upload to codecov.io - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.3 test-go-c10l: runs-on: ubuntu-latest @@ -169,4 +169,4 @@ jobs: ${{ env.OASIS_NODE_DATADIR }}/fixture.json - name: Upload to codecov.io - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.3