Skip to content

Commit fefe573

Browse files
dependabot[bot]sanguinariojoe
authored andcommitted
build(deps): bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad56b56 commit fefe573

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@v6
34+
uses: actions/download-artifact@v7
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@v6
145145

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

0 commit comments

Comments
 (0)