Skip to content

Commit 91f8474

Browse files
author
Martin Urban
committed
Update github action v4 for actions/upload-artifact
1 parent c98bb7f commit 91f8474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
./run_automation.sh build-wheel
3333
3434
- name: Upload artifact
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: wheel-${{ matrix.python-version }}
3838
path: dist/*.whl

0 commit comments

Comments
 (0)