Skip to content

Commit de05e93

Browse files
authored
Merge pull request #31 from metab0t/dependabot/github_actions/actions/upload-artifact-7
2 parents 551bf8f + 547ea10 commit de05e93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
output-dir: wheelhouse
5555
config-file: "{package}/pyproject.toml"
5656

57-
- uses: actions/upload-artifact@v6
57+
- uses: actions/upload-artifact@v7
5858
with:
5959
name: cibw-wheels-${{ runner.os }}-${{ runner.arch }}
6060
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)