File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,14 @@ jobs:
15
15
with :
16
16
oss-fuzz-project-name : ' jsonschema'
17
17
language : python
18
- # Needed until google/oss-fuzz#4996 is merged
19
- continue-on-error : true
20
18
- name : Run Fuzzers
21
19
if : steps.build.outcome == 'success'
22
20
uses : google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
23
21
with :
24
22
oss-fuzz-project-name : ' jsonschema'
25
23
fuzz-seconds : 30
26
24
- name : Upload Crash
27
- uses : actions/upload-artifact@v1
25
+ uses : actions/upload-artifact@v2
28
26
if : failure() && steps.build.outcome == 'success'
29
27
with :
30
28
name : artifacts
Original file line number Diff line number Diff line change 23
23
run : python -m pip install build
24
24
- name : Create packages
25
25
run : python -m build .
26
- - uses : actions/upload-artifact@master
26
+ - uses : actions/upload-artifact@v2
27
27
with :
28
28
name : dist-${{ matrix.os }}-${{ matrix.python-version }}
29
29
path : dist
You can’t perform that action at this time.
0 commit comments