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 }}