Skip to content

Commit 6c8d96b

Browse files
authored
Merge pull request #221 from Alexhuszagh/issue_220
Migrate to `upload-artifact@v4`.
2 parents 5af823f + 35a2d26 commit 6c8d96b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dry-run: false
2020
language: rust
2121
- name: Upload Crash
22-
uses: actions/upload-artifact@v3
22+
uses: actions/upload-artifact@v4
2323
if: failure() && steps.build.outcome == 'success'
2424
with:
2525
name: artifacts

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929

3030
### Fixed
3131

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

0 commit comments

Comments
 (0)