diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index 0575f475..22d6f820 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/build-cache-deps.yml b/.github/workflows/build-cache-deps.yml index 67882d1f..c59412d6 100644 --- a/.github/workflows/build-cache-deps.yml +++ b/.github/workflows/build-cache-deps.yml @@ -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 @@ -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 diff --git a/.github/workflows/publish-wheels.yml b/.github/workflows/publish-wheels.yml index 6ce4c1f8..2c6bfa26 100644 --- a/.github/workflows/publish-wheels.yml +++ b/.github/workflows/publish-wheels.yml @@ -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 diff --git a/.github/workflows/wheels-pi_heif.yml b/.github/workflows/wheels-pi_heif.yml index 649e35a9..26e1fe65 100644 --- a/.github/workflows/wheels-pi_heif.yml +++ b/.github/workflows/wheels-pi_heif.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/wheels-pillow_heif.yml b/.github/workflows/wheels-pillow_heif.yml index fee91730..7da2dd23 100644 --- a/.github/workflows/wheels-pillow_heif.yml +++ b/.github/workflows/wheels-pillow_heif.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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