We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1591cdf commit 8c3d2c3Copy full SHA for 8c3d2c3
.github/workflows/check-docs.yml
@@ -34,12 +34,12 @@ jobs:
34
run: |
35
cd docs
36
make html SPHINXOPTS="-W --keep-going -n"
37
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
38
if: failure()
39
with:
40
name: gwas_tutorial
41
path: /home/runner/work/sgkit/sgkit/docs/_build/html/reports/examples/gwas_tutorial.err.log
42
43
44
45
name: relatedness_tutorial
.github/workflows/wheels.yml
@@ -34,7 +34,7 @@ jobs:
python setup.py sdist bdist_wheel
python -m twine check --strict dist/*
- name: Upload artifacts
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
path: dist
0 commit comments