Skip to content

Commit 3f7dce1

Browse files
authored
Merge pull request #18 from folivetti/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 617cb80 + 2522df1 commit 3f7dce1

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
@@ -209,7 +209,7 @@ jobs:
209209

210210
steps:
211211
- name: Download artifacts
212-
uses: actions/download-artifact@v6
212+
uses: actions/download-artifact@v7
213213
with:
214214
pattern: "wheelhouse-*-*"
215215
path: "./wheelhouse"
@@ -240,7 +240,7 @@ jobs:
240240

241241
steps:
242242
- name: Download artifacts
243-
uses: actions/download-artifact@v6
243+
uses: actions/download-artifact@v7
244244
with:
245245
pattern: "wheelhouse-*-*"
246246
path: "./wheelhouse"

0 commit comments

Comments
 (0)