Skip to content

Commit 89a2b24

Browse files
committed
Bump action.
1 parent 1a8a84d commit 89a2b24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ jobs:
10521052
if: matrix.cibw_build
10531053
run: twine check wheelhouse/*.whl
10541054
- name: upload wheel
1055-
uses: actions/upload-artifact@v3
1055+
uses: actions/upload-artifact@v4
10561056
if: matrix.cibw_build
10571057
with:
10581058
path: wheelhouse/*.whl

ci/templates/.github/workflows/github-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
if: matrix.cibw_build
118118
run: twine check wheelhouse/*.whl
119119
- name: upload wheel
120-
uses: actions/upload-artifact@v3
120+
uses: actions/upload-artifact@v4
121121
if: matrix.cibw_build
122122
with:
123123
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)