Skip to content

Commit 55a78f9

Browse files
authored
Update wheels.yml
1 parent f680b7a commit 55a78f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
python-version: ["3.8", "3.9", "3.10", "3.11"]
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v4
1919
with:
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build wheel
2525
run: python -m build --wheel --no-isolation
2626
- name: Upload wheel artifact
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: pyplusplus-wheel-${{ matrix.python-version }}
3030
path: dist/*.whl

0 commit comments

Comments
 (0)