Skip to content

Commit dd1034a

Browse files
Update actions/download-artifact action to v5 (#64)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd0b9e2 commit dd1034a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
shell: bash
9494

9595
- name: Download release assets for ${{ matrix.os }}
96-
uses: actions/download-artifact@v4
96+
uses: actions/download-artifact@v5
9797
with:
9898
name: wheelstorage-${{ matrix.os }}
9999
path: dist

0 commit comments

Comments
 (0)