File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 83
83
restore-keys : |
84
84
${{ runner.os }}-pip
85
85
- name : Download wheels
86
- uses : actions/download-artifact@v3
86
+ uses : actions/download-artifact@v4.1.7
87
87
with :
88
88
name : osparc_python_wheels
89
89
path : clients/python/artifacts/dist/
@@ -122,7 +122,7 @@ jobs:
122
122
restore-keys : |
123
123
${{ runner.os }}-pip
124
124
- name : Download wheels
125
- uses : actions/download-artifact@v3
125
+ uses : actions/download-artifact@v4.1.7
126
126
with :
127
127
name : osparc_python_wheels
128
128
path : clients/python/artifacts/dist/
Original file line number Diff line number Diff line change 25
25
run : |
26
26
make devenv
27
27
- name : Download wheels
28
- uses : actions/download-artifact@v3
28
+ uses : actions/download-artifact@v4.1.7
29
29
with :
30
30
name : osparc_python_wheels
31
31
path : osparc_python_wheels/
You can’t perform that action at this time.
0 commit comments