Skip to content

Commit 8a3f525

Browse files
committed
ci: Bump artifact actions to v4
ref) https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
1 parent 4ea0f45 commit 8a3f525

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Test ACS
5252
run: ./scripts/tests/acs.sh
5353

54-
- uses: actions/upload-artifact@v3
54+
- uses: actions/upload-artifact@v4
5555
with:
5656
name: acs
5757
path: out/uart*.log
@@ -79,7 +79,7 @@ jobs:
7979
# - name: Run tf-a-tests on normal-world
8080
# run: ./scripts/tests/tf-a-tests.sh
8181
#
82-
# - uses: actions/upload-artifact@v3
82+
# - uses: actions/upload-artifact@v4
8383
# with:
8484
# name: tf-a-tests
8585
# path: out/uart*.log
@@ -100,7 +100,7 @@ jobs:
100100
- name: Run realm-linux booting
101101
run: ./scripts/tests/realm-boot.sh
102102

103-
- uses: actions/upload-artifact@v3
103+
- uses: actions/upload-artifact@v4
104104
with:
105105
name: realm-boot
106106
path: out/uart*.log
@@ -230,7 +230,7 @@ jobs:
230230
- name: Run MIRI test
231231
run: ./scripts/tests/miri.sh
232232

233-
- uses: actions/upload-artifact@v3
233+
- uses: actions/upload-artifact@v4
234234
with:
235235
name: tools
236236
path: |
@@ -257,7 +257,7 @@ jobs:
257257
- name: Measure code coverage
258258
run: ./scripts/code-coverage.sh
259259

260-
- uses: actions/upload-artifact@v3
260+
- uses: actions/upload-artifact@v4
261261
with:
262262
name: code-coverage
263263
path: code-coverage

0 commit comments

Comments
 (0)