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 Feb 17, 2024
1 parent ab16f0a commit 50536ab
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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 @@ -111,7 +111,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 @@ -148,7 +148,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 @@ -217,7 +217,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 @@ -262,7 +262,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 @@ -323,7 +323,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
6 changes: 3 additions & 3 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 @@ -135,7 +135,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 @@ -194,7 +194,7 @@ jobs:
python3 -m twine check ./repaired_dist/*
- name: Uploading wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels_pi_heif
path: ./repaired_dist/*.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
14 changes: 7 additions & 7 deletions .github/workflows/wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
unzip wheels.zip
- 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 @@ -85,7 +85,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 @@ -117,7 +117,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 @@ -186,7 +186,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 @@ -244,7 +244,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 @@ -308,7 +308,7 @@ jobs:
python3 -m twine check ./repaired_dist/*
- name: Uploading wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels_pi_heif
path: ./repaired_dist/*.whl
Expand Down Expand Up @@ -355,7 +355,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 @@ -24,7 +24,7 @@ jobs:
unzip wheels.zip
- 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 @@ -81,7 +81,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 @@ -108,7 +108,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 @@ -181,7 +181,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 @@ -245,7 +245,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 @@ -290,7 +290,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 50536ab

Please sign in to comment.