Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
coverage xml && coverage html

- name: HTML coverage to artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: coverage_linux
path: ./htmlcov
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
coverage xml && coverage html

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

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

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

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

- name: HTML coverage to artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: coverage_light_macos
path: ./htmlcov
Expand Down Expand Up @@ -393,7 +393,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@v4
uses: actions/upload-artifact@v5
with:
name: coverage_macos_imp_err
path: ./htmlcov
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,14 +35,14 @@ jobs:
echo "EOF" >> $GITHUB_ENV

- name: Pillow-Heif sdist and wheels
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: wheelhouse_pillow_heif
pattern: wheels_pillow_heif-*
merge-multiple: true

- name: Pi-Heif sdist and wheels
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: wheelhouse_pi_heif
pattern: wheels_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 @@ -50,7 +50,7 @@ jobs:
python3 -m twine check wheelhouse/*

- name: Upload built wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: wheels_pi_heif-macos-arm64
path: wheelhouse/*.whl
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
python3 -m twine check wheelhouse/*

- name: Upload built wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: wheels_pi_heif-windows-x86_64
path: wheelhouse/*.whl
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
python3 -m twine check wheelhouse/*

- name: Upload built wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: wheels_pi_heif-macos-x86_64
path: wheelhouse/*.whl
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
python3 -m twine check wheelhouse/*

- name: Uploading wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: wheels_pi_heif-${{ matrix.cibw_buildlinux }}-amd64
path: wheelhouse/*.whl
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
python3 -m twine check wheelhouse/*

- name: Uploading wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: wheels_pi_heif-${{ matrix.cibw_buildlinux }}-arm64
path: wheelhouse/*.whl
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
python3 -m pytest

- name: Upload sdist
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: wheels_pi_heif-sdist
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 @@ -44,7 +44,7 @@ jobs:
python3 -m twine check wheelhouse/*

- name: Upload built wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: wheels_pillow_heif-macos-arm64
path: wheelhouse/*.whl
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
python3 -m twine check wheelhouse/*

- name: Upload built wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: wheels_pillow_heif-windows-x86_64
path: wheelhouse/*.whl
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
python3 -m twine check wheelhouse/*

- name: Upload built wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: wheels_pillow_heif-macos-x86_64
path: wheelhouse/*.whl
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
python3 -m twine check wheelhouse/*

- name: Uploading wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: wheels_pillow_heif-${{ matrix.cibw_buildlinux }}-amd64
path: wheelhouse/*.whl
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
python3 -m twine check wheelhouse/*

- name: Uploading wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: wheels_pillow_heif-${{ matrix.cibw_buildlinux }}-arm64
path: wheelhouse/*.whl
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
python3 -m pytest

- name: Upload sdist
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: wheels_pillow_heif-sdist
path: wheelhouse/*.tar.gz
Loading