Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 4c16779 commit 66aefca
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
run: coverage run -m pytest && coverage xml && coverage html

- name: HTML coverage to artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage_macos
path: ./htmlcov
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
run: coverage run -m pytest && coverage xml && coverage html

- name: HTML coverage to artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage_macos_arm
path: ./htmlcov
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
run: coverage run -m pytest && coverage xml && coverage html

- name: HTML coverage to artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage_windows
path: ./htmlcov
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
run: sudo -H coverage run -m pytest && coverage xml && coverage html

- name: HTML coverage to artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage_light_macos
path: ./htmlcov
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:
run: coverage run -m pytest tests/import_error_test.py && coverage xml && coverage html

- name: HTML coverage to artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage_macos_imp_err
path: ./htmlcov
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-cache-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: twine check wheelhouse/*

- name: Uploading wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: wheelhouse/*.whl
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
run: twine check wheelhouse/*

- name: Uploading wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: wheelhouse/*.whl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
echo "EOF" >> $GITHUB_ENV
- name: Pillow-Heif sdist and wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheels_pillow_heif
path: wheelhouse_pillow_heif

- name: Pi-Heif sdist and wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheels_pi_heif
path: wheelhouse_pi_heif
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python3 -m twine check wheelhouse/*
- name: Upload built wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels_pi_heif
path: wheelhouse/*.whl
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
python3 -m twine check wheelhouse/*
- name: Upload built wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels_pi_heif
path: wheelhouse/*.whl
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
python3 -m twine check wheelhouse/*
- name: Upload built wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels_pi_heif
path: wheelhouse/*.whl
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
python3 -m twine check wheelhouse/*
- name: Uploading wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels_pi_heif
path: wheelhouse/*.whl
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
python3 -m twine check wheelhouse/*
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels_pi_heif
path: wheelhouse/*.whl
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
python3 -m pytest
- name: Upload sdist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels_pi_heif
path: wheelhouse/*.tar.gz
12 changes: 6 additions & 6 deletions .github/workflows/wheels-pillow_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python3 -m twine check wheelhouse/*
- name: Upload built wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels_pillow_heif
path: wheelhouse/*.whl
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
python3 -m twine check wheelhouse/*
- name: Upload built wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels_pillow_heif
path: wheelhouse/*.whl
Expand All @@ -119,7 +119,7 @@ jobs:
python3 -m twine check wheelhouse/*
- name: Upload built wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels_pillow_heif
path: wheelhouse/*.whl
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
python3 -m twine check wheelhouse/*
- name: Uploading wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels_pillow_heif
path: wheelhouse/*.whl
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
python3 -m twine check wheelhouse/*
- name: Uploading wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels_pillow_heif
path: wheelhouse/*.whl
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
python3 -m pytest
- name: Upload sdist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels_pillow_heif
path: wheelhouse/*.tar.gz

0 comments on commit 66aefca

Please sign in to comment.