diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 24a5580..aa5b5b4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -39,7 +39,7 @@ jobs: - name: Run tests with coverage run: cargo llvm-cov --cobertura --output-path coverage.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 with: files: coverage.xml token: ${{ secrets.CODECOV_TOKEN }}