Skip to content

Commit babb2f0

Browse files
powerboat9dkm
authored andcommitted
Update upload-artifact to v4
ChangeLog: * .github/workflows/ccpp.yml: Update actions/upload-artifact from v3 to v4, handle any artifact name conflicts. * .github/workflows/ccpp32alpine.yml: Likewise. Signed-off-by: Owen Avery <[email protected]>
1 parent 06fcb3e commit babb2f0

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/ccpp.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
cd gccrs-build; \
8181
make check-rust RUNTESTFLAGS="--target_board=unix\{-m64}"
8282
- name: Archive check-rust results
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
85-
name: check-rust-logs
85+
name: check-rust-logs-ubuntu-64
8686
path: |
8787
gccrs-build/gcc/testsuite/rust/
8888
- name: Check regressions
@@ -165,9 +165,9 @@ jobs:
165165
cd gccrs-build; \
166166
make check-rust RUNTESTFLAGS="--target_board=unix\{-m64}"
167167
- name: Archive check-rust results
168-
uses: actions/upload-artifact@v3
168+
uses: actions/upload-artifact@v4
169169
with:
170-
name: check-rust-logs
170+
name: check-rust-logs-ubuntu-64-glibcxx
171171
path: |
172172
gccrs-build/gcc/testsuite/rust/
173173
- name: Check regressions
@@ -249,9 +249,9 @@ jobs:
249249
cd gccrs-build; \
250250
make check-rust RUNTESTFLAGS="--target_board=unix\{-m32}"
251251
- name: Archive check-rust results
252-
uses: actions/upload-artifact@v3
252+
uses: actions/upload-artifact@v4
253253
with:
254-
name: check-rust-logs
254+
name: check-rust-logs-ubuntu-32
255255
path: |
256256
gccrs-build/gcc/testsuite/rust/
257257
- name: Check regressions
@@ -350,7 +350,7 @@ jobs:
350350
make check-rust RUNTESTFLAGS="--target_board=unix\{-m32,-m64}"
351351
352352
- name: Archive check-rust results
353-
uses: actions/upload-artifact@v3
353+
uses: actions/upload-artifact@v4
354354
with:
355355
name: check-rust-logs-5
356356
path: |
@@ -410,7 +410,7 @@ jobs:
410410
# cd gccrs-build; \
411411
# make check-rust
412412
# - name: Archive check-rust results
413-
# uses: actions/upload-artifact@v3
413+
# uses: actions/upload-artifact@v4
414414
# with:
415415
# name: check-rust-logs-macos
416416
# path: |
@@ -496,9 +496,9 @@ jobs:
496496
ASAN_OPTIONS=detect_leaks=0:use_odr_indicator=1 \
497497
make check-rust RUNTESTFLAGS="--target_board=unix\{-m64}"
498498
- name: Archive check-rust results
499-
uses: actions/upload-artifact@v3
499+
uses: actions/upload-artifact@v4
500500
with:
501-
name: check-rust-logs
501+
name: check-rust-logs-asan
502502
path: |
503503
gccrs-build/gcc/testsuite/rust/
504504
- name: Check regressions

.github/workflows/ccpp32alpine.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
cat log_warnings
8585
shell: alpine.sh {0}
8686
- name: Archive warnings logs
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: warnings
9090
path: |
@@ -108,7 +108,7 @@ jobs:
108108
shell: alpine.sh {0}
109109

110110
- name: Archive check-rust results
111-
uses: actions/upload-artifact@v3
111+
uses: actions/upload-artifact@v4
112112
with:
113113
name: check-rust-logs
114114
path: |

0 commit comments

Comments
 (0)