diff --git a/.github/workflows/nucypher-core.yml b/.github/workflows/nucypher-core.yml index 2f5cc29..fbfc97d 100644 --- a/.github/workflows/nucypher-core.yml +++ b/.github/workflows/nucypher-core.yml @@ -169,7 +169,9 @@ jobs: - name: Generate code coverage run: cargo llvm-cov --workspace --lcov --output-path lcov.info --all-features - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: lcov.info fail_ci_if_error: true + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index a1fe7ef..f6d7319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.14.1-5] - 2024-07-12 + +### Fixed + +- Fixed Node.js 18+ version not supported ([#94]) + +[#94]: https://github.com/nucypher/nucypher-core/pull/94 + ## [0.14.0] - 2024-01-12