Skip to content

Commit 26fdd2a

Browse files
chore(deps): update actions/download-artifact action to v5 (#369)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb7ff69 commit 26fdd2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
echo "EOF" >> $GITHUB_ENV
3636
3737
- name: Pillow-Heif sdist and wheels
38-
uses: actions/download-artifact@v4
38+
uses: actions/download-artifact@v5
3939
with:
4040
path: wheelhouse_pillow_heif
4141
pattern: wheels_pillow_heif-*
4242
merge-multiple: true
4343

4444
- name: Pi-Heif sdist and wheels
45-
uses: actions/download-artifact@v4
45+
uses: actions/download-artifact@v5
4646
with:
4747
path: wheelhouse_pi_heif
4848
pattern: wheels_pi_heif-*

0 commit comments

Comments
 (0)