From 70b6e6db813a2334a8d30f6c11e0f18705a700c9 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 03:08:03 +0000 Subject: [PATCH] Update codecov/codecov-action digest to c16abc2 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2a6b54856..120919e3c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -30,6 +30,6 @@ jobs: - name: Collect coverage data run: ./scripts/commands.sh coverage - name: Upload coverage data to codecov - uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4 + uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4 with: files: lcov.info, lcov-doctest.info