File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
run : |
35
35
cd docs
36
36
make html SPHINXOPTS="-W --keep-going -n"
37
- - uses : actions/upload-artifact@v2
37
+ - uses : actions/upload-artifact@v4
38
38
if : failure()
39
39
with :
40
40
name : gwas_tutorial
41
41
path : /home/runner/work/sgkit/sgkit/docs/_build/html/reports/examples/gwas_tutorial.err.log
42
- - uses : actions/upload-artifact@v2
42
+ - uses : actions/upload-artifact@v4
43
43
if : failure()
44
44
with :
45
45
name : relatedness_tutorial
Original file line number Diff line number Diff line change 34
34
python setup.py sdist bdist_wheel
35
35
python -m twine check --strict dist/*
36
36
- name : Upload artifacts
37
- uses : actions/upload-artifact@v2
37
+ uses : actions/upload-artifact@v4
38
38
with :
39
39
path : dist
40
40
You can’t perform that action at this time.
0 commit comments