Skip to content

Commit 0fcfb71

Browse files
authored
Merge pull request #604 from rogerbinns/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents b39280e + 3dab91f commit 0fcfb71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Stage wheels
53-
uses: actions/download-artifact@v7
53+
uses: actions/download-artifact@v8
5454
with:
5555
pattern: dist-*
5656
merge-multiple: true

.github/workflows/build-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Stage wheels
53-
uses: actions/download-artifact@v7
53+
uses: actions/download-artifact@v8
5454
with:
5555
pattern: dist-*
5656
merge-multiple: true

0 commit comments

Comments
 (0)