diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c9d53c..e165dc3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -163,7 +163,7 @@ jobs: - name: cargo llvm-cov run: cargo llvm-cov --features test-full-imap --lcov --output-path lcov.info - name: Upload to codecov.io - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: fail_ci_if_error: true services: