Skip to content

Commit ab4c690

Browse files
Merge pull request #364 from FloatingArrayDesign/dependabot/github_actions/dev/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents 1b45ade + 15ff998 commit ab4c690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
output-dir: dist
8181

82-
- uses: actions/upload-artifact@v6
82+
- uses: actions/upload-artifact@v7
8383
id: build_wheels
8484
with:
8585
name: 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
@@ -36,7 +36,7 @@ jobs:
3636
python -m pip install -U pip setuptools
3737
python setup.py sdist
3838
39-
- uses: actions/upload-artifact@v6
39+
- uses: actions/upload-artifact@v7
4040
id: build_wheels
4141
with:
4242
name: python-wheels-sdist

0 commit comments

Comments
 (0)