From 5aab2c11644e5558e033eb51e1b6892042163c8f Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 00:40:54 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v6.0.2 | v7.0.0 | --- .github/workflows/rust.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index ff47c97c..2074ea6e 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -99,7 +99,7 @@ jobs: run: cargo llvm-cov --workspace --lcov --output-path lcov.info - name: Upload coverage to Codecov - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 with: files: lcov.info token: ${{ secrets.CODECOV_TOKEN }}