We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6b8d4 commit 30bbc16Copy full SHA for 30bbc16
1 file changed
.github/workflows/fuzzing.yml
@@ -61,7 +61,7 @@ jobs:
61
shared-key: "cargo-fuzz-cache-key"
62
cache-directories: "fuzz/target"
63
- name: Restore Cached Corpus
64
- uses: actions/cache/restore@v5
+ uses: actions/cache/restore@v6
65
with:
66
key: corpus-cache-${{ matrix.test-target.name }}
67
path: |
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
cargo fuzz run ${{ matrix.test-target.name }} -- -max_total_time=${{ env.RUN_FOR }} -detect_leaks=0
74
- name: Save Corpus Cache
75
- uses: actions/cache/save@v5
+ uses: actions/cache/save@v6
76
77
78
0 commit comments