File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 steps :
101101 - uses : actions/checkout@v3
102102 - name : Download Artifacts
103- uses : actions/download-artifact@v3
103+ uses : actions/download-artifact@v4.1.7
104104 with :
105105 name : build-ubuntu-20.04
106106 path : artifact
@@ -144,7 +144,7 @@ jobs:
144144 with :
145145 submodules : true
146146 - name : Download Artifacts
147- uses : actions/download-artifact@v3
147+ uses : actions/download-artifact@v4.1.7
148148 with :
149149 name : build-${{ matrix.os }}
150150 path : artifact
@@ -171,7 +171,7 @@ jobs:
171171 runs-on : ubuntu-20.04
172172 steps :
173173 - name : Download Artifacts
174- uses : actions/download-artifact@v3
174+ uses : actions/download-artifact@v4.1.7
175175 with :
176176 name : build-ubuntu-20.04
177177 path : artifact
Original file line number Diff line number Diff line change 9898 with :
9999 ref : develop
100100 - name : Download Artifacts
101- uses : actions/download-artifact@v3
101+ uses : actions/download-artifact@v4.1.7
102102 with :
103103 name : build-ubuntu-20.04
104104 path : artifact
@@ -137,7 +137,7 @@ jobs:
137137 submodules : true
138138 ref : develop
139139 - name : Download Artifacts
140- uses : actions/download-artifact@v3
140+ uses : actions/download-artifact@v4.1.7
141141 with :
142142 name : build-${{ matrix.os }}
143143 path : artifact
@@ -164,7 +164,7 @@ jobs:
164164 runs-on : ubuntu-20.04
165165 steps :
166166 - name : Download Artifacts
167- uses : actions/download-artifact@v3
167+ uses : actions/download-artifact@v4.1.7
168168 with :
169169 name : build-ubuntu-20.04
170170 path : artifact
Original file line number Diff line number Diff line change 7575 steps :
7676 - uses : actions/checkout@v3
7777 - name : Download Artifacts
78- uses : actions/download-artifact@v3
78+ uses : actions/download-artifact@v4.1.7
7979 with :
8080 name : build-${{ matrix.os }}
8181 path : artifact
Original file line number Diff line number Diff line change 7373 with :
7474 ref : develop
7575 - name : Download Artifacts
76- uses : actions/download-artifact@v3
76+ uses : actions/download-artifact@v4.1.7
7777 with :
7878 name : build-${{ matrix.os }}
7979 path : artifact
You can’t perform that action at this time.
0 commit comments