File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 outputs : type=docker,dest=/tmp/openwrt-docker-image.tar
7979
8080 - name : Upload artifact
81- uses : actions/upload-artifact@v6
81+ uses : actions/upload-artifact@v7
8282 with :
8383 name : OpenWrt Docker Image
8484 path : /tmp/openwrt-docker-image.tar
@@ -137,7 +137,7 @@ jobs:
137137
138138 - name : Archive artifacts (OpenWrt u-OS app)
139139 if : always() && steps.create_u-os-app.outcome == 'success'
140- uses : actions/upload-artifact@v6
140+ uses : actions/upload-artifact@v7
141141 with :
142142 name : OpenWrt u-OS app
143143 path : u-os-app/u-os-app-openwrt_*.swu/linux-arm64/*.swu
@@ -206,7 +206,7 @@ jobs:
206206 output-file : web-backend_sbom.json
207207
208208 - name : Archive artifacts (SBOMs)
209- uses : actions/upload-artifact@v6
209+ uses : actions/upload-artifact@v7
210210 with :
211211 name : Software Bill of Material (SBOM)
212212 path : ./*.json
@@ -320,7 +320,7 @@ jobs:
320320
321321 - name : Archive test report
322322 if : always()
323- uses : actions/upload-artifact@v6
323+ uses : actions/upload-artifact@v7
324324 with :
325325 name : Test report
326326 path : test/*.html
Original file line number Diff line number Diff line change 8080 outputs : type=docker,dest=/tmp/openwrt-docker-image.tar
8181
8282 - name : Upload artifact
83- uses : actions/upload-artifact@v6
83+ uses : actions/upload-artifact@v7
8484 with :
8585 name : OpenWrt Docker Image
8686 path : /tmp/openwrt-docker-image.tar
@@ -139,7 +139,7 @@ jobs:
139139
140140 - name : Archive artifacts (OpenWrt u-OS app)
141141 if : always() && steps.create_u-os-app.outcome == 'success'
142- uses : actions/upload-artifact@v6
142+ uses : actions/upload-artifact@v7
143143 with :
144144 name : OpenWrt u-OS app
145145 path : |
@@ -210,7 +210,7 @@ jobs:
210210 output-file : web-backend_sbom.json
211211
212212 - name : Archive artifacts (SBOMs)
213- uses : actions/upload-artifact@v6
213+ uses : actions/upload-artifact@v7
214214 with :
215215 name : Software Bill of Material (SBOM)
216216 path : ./*.json
@@ -329,7 +329,7 @@ jobs:
329329
330330 - name : Archive test report
331331 if : always()
332- uses : actions/upload-artifact@v6
332+ uses : actions/upload-artifact@v7
333333 with :
334334 name : Test report
335335 path : test/*.html
Original file line number Diff line number Diff line change 7676 outputs : type=docker,dest=/tmp/openwrt-docker-image.tar
7777
7878 - name : Upload artifact
79- uses : actions/upload-artifact@v6
79+ uses : actions/upload-artifact@v7
8080 with :
8181 name : OpenWrt Docker Image
8282 path : /tmp/openwrt-docker-image.tar
@@ -134,7 +134,7 @@ jobs:
134134
135135 - name : Archive artifacts (OpenWrt u-OS app)
136136 if : always() && steps.create_u-os-app.outcome == 'success'
137- uses : actions/upload-artifact@v6
137+ uses : actions/upload-artifact@v7
138138 with :
139139 name : OpenWrt u-OS app
140140 path : |
@@ -201,7 +201,7 @@ jobs:
201201 output-file : web-backend_sbom.json
202202
203203 - name : Archive artifacts (SBOMs)
204- uses : actions/upload-artifact@v6
204+ uses : actions/upload-artifact@v7
205205 with :
206206 name : Software Bill of Material (SBOM)
207207 path : ./*.json
@@ -314,7 +314,7 @@ jobs:
314314
315315 - name : Archive test report
316316 if : always()
317- uses : actions/upload-artifact@v6
317+ uses : actions/upload-artifact@v7
318318 with :
319319 name : Test report
320320 path : test/*.html
You can’t perform that action at this time.
0 commit comments