Skip to content

Commit c9e8381

Browse files
Merge pull request #365 from FloatingArrayDesign/dependabot/github_actions/dev/actions/download-artifact-8
build(deps): bump actions/download-artifact from 7 to 8
2 parents ab4c690 + 7fdcedb commit c9e8381

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v7
34+
uses: actions/download-artifact@v8
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
@@ -136,7 +136,7 @@ jobs:
136136
- uses: actions/checkout@v6
137137

138138
- name: Download artifacts
139-
uses: actions/download-artifact@v7
139+
uses: actions/download-artifact@v8
140140
with:
141141
path: dist/
142142
pattern: python-wheels-*

0 commit comments

Comments
 (0)