Skip to content

Commit ff90849

Browse files
authored
Merge branch 'main' into dependabot/github_actions/jwlawson/actions-setup-cmake-2.1
2 parents b402a41 + 25d4b74 commit ff90849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Move sdist to dist
2020
run: mkdir -p dist && mv ${{github.workspace}}/python/dist/*.tar.gz dist/
2121

22-
- uses: actions/upload-artifact@v6
22+
- uses: actions/upload-artifact@v7
2323
with:
2424
path: dist/*.tar.gz
2525

@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
package-dir: ${{github.workspace}}/python/
4949

50-
- uses: actions/upload-artifact@v6
50+
- uses: actions/upload-artifact@v7
5151
with:
5252
name: artifact-${{ matrix.os }}
5353
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)