From 3f1118f98c1b5a63057c9fb237a7de2fa0c4c269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 05:26:41 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4.0.1 to 4.5.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.5.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/v4.0.1...v4.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- .github/workflows/test.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 072af77..9c6effe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Run tests with coverage run: cargo llvm-cov --workspace --lcov --output-path ./target/lcov.info - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Install cargo bundle @@ -82,7 +82,7 @@ jobs: # - name: Run tests with coverage # run: cargo llvm-cov --workspace --lcov --output-path ./target/lcov.info - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Install cargo bundle @@ -132,7 +132,7 @@ jobs: # - name: Run tests with coverage # run: cargo llvm-cov --workspace --lcov --output-path ./target/lcov.info # - name: Upload coverage reports to Codecov - # uses: codecov/codecov-action@v4.4.1 + # uses: codecov/codecov-action@v4.5.0 # with: # token: ${{ secrets.CODECOV_TOKEN }} # - name: Install cargo bundle diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index de6393d..02e3350 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -31,7 +31,7 @@ jobs: - name: Run tests with coverage run: cargo llvm-cov --workspace --lcov --output-path ./target/lcov.info - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} linux-test: @@ -59,7 +59,7 @@ jobs: - name: Run tests with coverage run: cargo llvm-cov --workspace --lcov --output-path ./target/lcov.info - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} # Windows is expected to fail for the moment @@ -86,6 +86,6 @@ jobs: - name: Run tests with coverage run: cargo llvm-cov --workspace --lcov --output-path ./target/lcov.info - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }}