Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GitHub Artifact Actions to v4 (major) #211

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
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
Loading