37
37
run : |
38
38
cmake --install ./build-cross
39
39
- name : ' Upload application artifact'
40
- uses : actions/upload-artifact@v3
40
+ uses : actions/upload-artifact@v4
41
41
with :
42
42
name : ' firmware-applications-${{github.ref_name}}'
43
43
path : |
@@ -53,31 +53,31 @@ jobs:
53
53
popd
54
54
done
55
55
- name : ' Upload all-images artifact'
56
- uses : actions/upload-artifact@v3
56
+ uses : actions/upload-artifact@v4
57
57
with :
58
58
name : ' firmware-images-${{github.ref_name}}'
59
59
path : |
60
60
dist/images/*.hex
61
61
- name : ' Upload robot-images artifact'
62
- uses : actions/upload-artifact@v3
62
+ uses : actions/upload-artifact@v4
63
63
with :
64
64
name : ' firmware-robot-images-${{github.ref_name}}'
65
65
path : |
66
66
dist/robot-images/*.hex
67
67
- name : ' Upload pipette-images artifact'
68
- uses : actions/upload-artifact@v3
68
+ uses : actions/upload-artifact@v4
69
69
with :
70
70
name : ' firmware-pipette-images-${{github.ref_name}}'
71
71
path : |
72
72
dist/pipette-images/*.hex
73
73
- name : ' Upload gripper-images artifact'
74
- uses : actions/upload-artifact@v3
74
+ uses : actions/upload-artifact@v4
75
75
with :
76
76
name : ' firmware-gripper-images-${{github.ref_name}}'
77
77
path : |
78
78
dist/gripper-images/*.hex
79
79
- name : ' Upload hepa-uv-images artifact'
80
- uses : actions/upload-artifact@v3
80
+ uses : actions/upload-artifact@v4
81
81
with :
82
82
name : ' firmware-hepa-uv-images-${{github.ref_name}}'
83
83
path : |
90
90
if : github.ref_type == 'tag'
91
91
steps :
92
92
- name : ' Download artifacts'
93
- uses : ' actions/download-artifact@v3 '
93
+ uses : ' actions/download-artifact@v4 '
94
94
with :
95
95
path : .
96
96
- name : ' Create zips for each sub-artifact'
0 commit comments