Skip to content

Commit d24637f

Browse files
dependabot[bot]rdbisme
authored andcommitted
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] <support@github.com>
1 parent 5d31c0f commit d24637f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
pip-install: pytest
123123

124124
- name: Download wheel
125-
uses: actions/download-artifact@v6
125+
uses: actions/download-artifact@v7
126126
with:
127127
path: dist
128128
pattern: wheel-${{ runner.os }}-${{ runner.arch }}-*

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
steps:
3232

3333
- name: Download sdist artifact
34-
uses: actions/download-artifact@v6
34+
uses: actions/download-artifact@v7
3535
with:
3636
path: dist
3737
pattern: sdist
3838
merge-multiple: true
3939

4040
- name: Download wheel artifacts
41-
uses: actions/download-artifact@v6
41+
uses: actions/download-artifact@v7
4242
with:
4343
path: dist
4444
pattern: wheel-*

0 commit comments

Comments
 (0)