Skip to content

Commit

Permalink
Bump actions/upload-artifact from v2 to v3
Browse files Browse the repository at this point in the history
ChangeLog:

	* .github/workflows/ccpp.yml:
	Bump actions/upload-artifact from v2 to v3.

Signed-off-by: Owen Avery <[email protected]>
  • Loading branch information
powerboat9 authored and CohenArthur committed Nov 15, 2023
1 parent fe0d34c commit 9a5e6fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
cd gccrs-build; \
make check-rust RUNTESTFLAGS="--target_board=unix\{-m64}"
- name: Archive check-rust results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: check-rust-logs
path: |
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
cd gccrs-build; \
make check-rust RUNTESTFLAGS="--target_board=unix\{-m32}"
- name: Archive check-rust results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: check-rust-logs
path: |
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
make check-rust RUNTESTFLAGS="--target_board=unix\{-m32,-m64}"
- name: Archive check-rust results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: check-rust-logs-4.8
path: |
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
cd gccrs-build; \
make check-rust
- name: Archive check-rust results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: check-rust-logs-macos
path: |
Expand Down

0 comments on commit 9a5e6fa

Please sign in to comment.