Commit 8a3f525 1 parent 4ea0f45 commit 8a3f525 Copy full SHA for 8a3f525
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 51
51
- name : Test ACS
52
52
run : ./scripts/tests/acs.sh
53
53
54
- - uses : actions/upload-artifact@v3
54
+ - uses : actions/upload-artifact@v4
55
55
with :
56
56
name : acs
57
57
path : out/uart*.log
79
79
# - name: Run tf-a-tests on normal-world
80
80
# run: ./scripts/tests/tf-a-tests.sh
81
81
#
82
- # - uses: actions/upload-artifact@v3
82
+ # - uses: actions/upload-artifact@v4
83
83
# with:
84
84
# name: tf-a-tests
85
85
# path: out/uart*.log
@@ -100,7 +100,7 @@ jobs:
100
100
- name : Run realm-linux booting
101
101
run : ./scripts/tests/realm-boot.sh
102
102
103
- - uses : actions/upload-artifact@v3
103
+ - uses : actions/upload-artifact@v4
104
104
with :
105
105
name : realm-boot
106
106
path : out/uart*.log
@@ -230,7 +230,7 @@ jobs:
230
230
- name : Run MIRI test
231
231
run : ./scripts/tests/miri.sh
232
232
233
- - uses : actions/upload-artifact@v3
233
+ - uses : actions/upload-artifact@v4
234
234
with :
235
235
name : tools
236
236
path : |
@@ -257,7 +257,7 @@ jobs:
257
257
- name : Measure code coverage
258
258
run : ./scripts/code-coverage.sh
259
259
260
- - uses : actions/upload-artifact@v3
260
+ - uses : actions/upload-artifact@v4
261
261
with :
262
262
name : code-coverage
263
263
path : code-coverage
You can’t perform that action at this time.
0 commit comments