Skip to content

Commit ef12fb0

Browse files
⬆️ deps: Update actions/download-artifact action to v5 (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f546ed commit ef12fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111

112112
steps:
113113
- name: Retrieve release distributions
114-
uses: actions/download-artifact@v4
114+
uses: actions/download-artifact@v5
115115
with:
116116
pattern: wheels-*
117117
merge-multiple: true
@@ -127,7 +127,7 @@ jobs:
127127
permissions:
128128
contents: write
129129
steps:
130-
- uses: actions/download-artifact@v4
130+
- uses: actions/download-artifact@v5
131131
with:
132132
pattern: wheels-*
133133
merge-multiple: true

0 commit comments

Comments
 (0)