Skip to content

Commit

Permalink
Merge pull request #221 from Alexhuszagh/issue_220
Browse files Browse the repository at this point in the history
Migrate to `upload-artifact@v4`.
  • Loading branch information
Alexhuszagh authored Feb 6, 2025
2 parents 5af823f + 35a2d26 commit 6c8d96b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dry-run: false
language: rust
- name: Upload Crash
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- CI with OSS-Fuzz for the deprecated `actions/upload-artifact@v3` (#221).
- Bug where the `radix` feature wasn't enabling `power-of-two` in `lexical-core` or `lexical` (#204).
- Fixed performance issues due to a lack of inlining on the Eisel-Lemire algorithm (#210).
- Issue with parsing non-decimal exponent radixes when using a decimal mantissa radix for floating-point numbers (#212).
Expand Down

0 comments on commit 6c8d96b

Please sign in to comment.