File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 19
19
dry-run : false
20
20
language : rust
21
21
- name : Upload Crash
22
- uses : actions/upload-artifact@v3
22
+ uses : actions/upload-artifact@v4
23
23
if : failure() && steps.build.outcome == 'success'
24
24
with :
25
25
name : artifacts
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
29
30
30
### Fixed
31
31
32
+ - CI with OSS-Fuzz for the deprecated `actions/upload-artifact@v3` (#221).
32
33
- Bug where the `radix` feature wasn't enabling `power-of-two` in `lexical-core` or `lexical` (#204).
33
34
- Fixed performance issues due to a lack of inlining on the Eisel-Lemire algorithm (#210).
34
35
- Issue with parsing non-decimal exponent radixes when using a decimal mantissa radix for floating-point numbers (#212).
You can’t perform that action at this time.
0 commit comments