Skip to content

Commit

Permalink
Update upload-artifact to v4
Browse files Browse the repository at this point in the history
ChangeLog:

	* .github/workflows/ccpp.yml: Update actions/upload-artifact
	  from v3 to v4.

Signed-off-by: Owen Avery <[email protected]>
  • Loading branch information
powerboat9 committed Jan 23, 2025
1 parent 0a12536 commit b9929c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
cd gccrs-build; \
make check-rust RUNTESTFLAGS="--target_board=unix\{-m64}"
- name: Archive check-rust results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: check-rust-logs
path: |
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
cd gccrs-build; \
make check-rust RUNTESTFLAGS="--target_board=unix\{-m64}"
- name: Archive check-rust results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: check-rust-logs
path: |
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
cd gccrs-build; \
make check-rust RUNTESTFLAGS="--target_board=unix\{-m32}"
- name: Archive check-rust results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: check-rust-logs
path: |
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
make check-rust RUNTESTFLAGS="--target_board=unix\{-m32,-m64}"
- name: Archive check-rust results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: check-rust-logs-5
path: |
Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:
# cd gccrs-build; \
# make check-rust
# - name: Archive check-rust results
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# name: check-rust-logs-macos
# path: |
Expand Down Expand Up @@ -496,7 +496,7 @@ jobs:
ASAN_OPTIONS=detect_leaks=0:use_odr_indicator=1 \
make check-rust RUNTESTFLAGS="--target_board=unix\{-m64}"
- name: Archive check-rust results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: check-rust-logs
path: |
Expand Down

0 comments on commit b9929c2

Please sign in to comment.