Skip to content

Commit 567a7e8

Browse files
Merge pull request #335 from FloatingArrayDesign/dependabot/github_actions/dev/actions/download-artifact-6
build(deps): bump actions/download-artifact from 4 to 6
2 parents 0de0a89 + 292ed79 commit 567a7e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-wheels-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: '3.12'
3232

3333
- name: Download the wheels
34-
uses: actions/download-artifact@v4
34+
uses: actions/download-artifact@v6
3535
with:
3636
path: dist/
3737
pattern: python-wheels-${{runner.os}}_${{inputs.arch}}*

.github/workflows/python-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- uses: actions/checkout@v4
145145

146146
- name: Download artifacts
147-
uses: actions/download-artifact@v4
147+
uses: actions/download-artifact@v6
148148
with:
149149
path: dist/
150150
pattern: python-wheels-*

0 commit comments

Comments
 (0)