Skip to content

Commit 8c3d2c3

Browse files
committed
Update actions/upload-artifact to v4 in .github/workflows
1 parent 1591cdf commit 8c3d2c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
run: |
3535
cd docs
3636
make html SPHINXOPTS="-W --keep-going -n"
37-
- uses: actions/upload-artifact@v2
37+
- uses: actions/upload-artifact@v4
3838
if: failure()
3939
with:
4040
name: gwas_tutorial
4141
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
4343
if: failure()
4444
with:
4545
name: relatedness_tutorial

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python setup.py sdist bdist_wheel
3535
python -m twine check --strict dist/*
3636
- name: Upload artifacts
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v4
3838
with:
3939
path: dist
4040

0 commit comments

Comments
 (0)