Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 85ab0ea commit f8b6d9f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
coverage xml && coverage html
- name: HTML coverage to artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage_linux
path: ./htmlcov
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
coverage xml && coverage html
- name: HTML coverage to artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage_linux_dev
path: ./htmlcov
Expand Down Expand Up @@ -152,7 +152,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 @@ -188,7 +188,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 @@ -272,7 +272,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 @@ -318,7 +318,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 @@ -380,7 +380,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 @@ -36,7 +36,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 @@ -96,7 +96,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 @@ -128,7 +128,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 @@ -191,7 +191,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 @@ -251,7 +251,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 @@ -298,7 +298,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 @@ -31,7 +31,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 @@ -89,7 +89,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 @@ -116,7 +116,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 @@ -189,7 +189,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 @@ -253,7 +253,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 @@ -298,7 +298,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 f8b6d9f

Please sign in to comment.