diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index ca4a7120..82400bdc 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/publish-wheels.yml b/.github/workflows/publish-wheels.yml index 588b2367..7291ea57 100644 --- a/.github/workflows/publish-wheels.yml +++ b/.github/workflows/publish-wheels.yml @@ -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-* diff --git a/.github/workflows/wheels-pi_heif.yml b/.github/workflows/wheels-pi_heif.yml index a8aaec7b..39d1b58e 100644 --- a/.github/workflows/wheels-pi_heif.yml +++ b/.github/workflows/wheels-pi_heif.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/wheels-pillow_heif.yml b/.github/workflows/wheels-pillow_heif.yml index bb7bb382..8ad30834 100644 --- a/.github/workflows/wheels-pillow_heif.yml +++ b/.github/workflows/wheels-pillow_heif.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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