File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
outputs : type=docker,dest=/tmp/star-sw-${{ env.STARENV }}.tar
37
37
38
38
- name : Save built image for test jobs
39
- uses : actions/upload-artifact@v3
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : star-sw-${{ env.STARENV }}
42
42
path : /tmp/star-sw-${{ env.STARENV }}.tar
54
54
STARENV : ${{ matrix.starenv }}-${{ matrix.compiler }}
55
55
steps :
56
56
- name : Download artifact
57
- uses : actions/download-artifact@v3
57
+ uses : actions/download-artifact@v4
58
58
with :
59
59
name : star-sw-${{ env.STARENV }}
60
60
path : /tmp
79
79
STARENV : root5-${{ matrix.compiler }}
80
80
steps :
81
81
- name : Download artifact
82
- uses : actions/download-artifact@v3
82
+ uses : actions/download-artifact@v4
83
83
with :
84
84
name : star-sw-${{ env.STARENV }}
85
85
path : /tmp
@@ -104,7 +104,7 @@ jobs:
104
104
STARENV : root5-${{ matrix.compiler }}
105
105
steps :
106
106
- name : Download artifact
107
- uses : actions/download-artifact@v3
107
+ uses : actions/download-artifact@v4
108
108
with :
109
109
name : star-sw-${{ env.STARENV }}
110
110
path : /tmp
You can’t perform that action at this time.
0 commit comments