Skip to content

Commit b0bc9ba

Browse files
Merge pull request #371 from flintlib/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 5 to 7
2 parents ba1c0cd + d0b8a6f commit b0bc9ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# override setting in pyproject.toml to use msys2 instead of msys64 bash
4141
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh
4242

43-
- uses: actions/upload-artifact@v5
43+
- uses: actions/upload-artifact@v7
4444
with:
4545
name: wheels-${{ matrix.os }}
4646
path: wheelhouse/*.whl
@@ -60,7 +60,7 @@ jobs:
6060
- run: pip install build
6161
- run: python -m build --sdist
6262

63-
- uses: actions/upload-artifact@v5
63+
- uses: actions/upload-artifact@v7
6464
with:
6565
name: sdist
6666
path: dist/*.tar.gz

0 commit comments

Comments
 (0)