fix: usage of a deprecated Node.js version in CI (#6301)

This commit is contained in:
Hamir Mahal 2024-09-20 12:43:10 -07:00 committed by GitHub
parent 9f85f8aeea
commit 14abdd4754
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -554,7 +554,7 @@ jobs:
cargo llvm-cov report --lcov --output-path lcov.info
- name: upload coverage report to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: steps.coverage.outcome == 'success'
with:
files: lcov.info