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 562953b commit b14624bCopy full SHA for b14624b
.github/workflows/fuzz.yml
@@ -29,7 +29,7 @@ jobs:
29
language: python
30
fuzz-seconds: 60
31
- name: Upload Crash
32
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
33
if: failure() && steps.build.outcome == 'success'
34
with:
35
name: artifacts
.github/workflows/tests.yml
@@ -101,7 +101,7 @@ jobs:
101
run: tox -e py39-bench-core -- --benchmark-json bench-core.json
102
103
- name: Upload data
104
105
106
name: bench-core
107
path: bench-core.json
0 commit comments