Skip to content

Commit 9a231b1

Browse files
committed
use v4 upload-artifact workflow
1 parent 073b8d5 commit 9a231b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "github.workflow.id: ${{github.workflow.id}}"
5353
echo "github.run_id: ${{github.run_id}}"
5454
- name: Upload wheels
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: osparc_python_wheels
5858
path: clients/python/artifacts/dist/

0 commit comments

Comments
 (0)