Skip to content

Commit 35ec4c9

Browse files
Merge pull request #342 from flintlib/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents e330bf5 + e0bd941 commit 35ec4c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v4
43+
- uses: actions/upload-artifact@v5
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@v4
63+
- uses: actions/upload-artifact@v5
6464
with:
6565
name: sdist
6666
path: dist/*.tar.gz

0 commit comments

Comments
 (0)