Skip to content

Commit fe3e7b3

Browse files
committed
Upgrade upload-artifact to v4
1 parent 32986d6 commit fe3e7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pr-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ls dist/*.whl
4848
4949
- name: Upload artifacts
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: wheel-mac-py${{matrix.py.version}}
5353
path: dist/*.whl

0 commit comments

Comments
 (0)