diff --git a/.github/workflows/tier-2.yml b/.github/workflows/tier-2.yml index a971650c8..822796b67 100644 --- a/.github/workflows/tier-2.yml +++ b/.github/workflows/tier-2.yml @@ -99,7 +99,7 @@ jobs: run: cargo llvm-cov nextest --locked --workspace --all-features --lcov --output-path lcov.info - name: Upload coverage to Codecov - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6 with: files: lcov.info # Explicit slug so the uploader doesn't have to infer the repo