Skip to content

Commit 6aa925e

Browse files
powerboat9dkm
authored andcommitted
Bump actions/upload-artifact from v2 to v3
ChangeLog: * .github/workflows/ccpp.yml: Bump actions/upload-artifact from v2 to v3. Signed-off-by: Owen Avery <[email protected]>
1 parent a5742de commit 6aa925e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ccpp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
cd gccrs-build; \
7171
make check-rust RUNTESTFLAGS="--target_board=unix\{-m64}"
7272
- name: Archive check-rust results
73-
uses: actions/upload-artifact@v2
73+
uses: actions/upload-artifact@v3
7474
with:
7575
name: check-rust-logs
7676
path: |
@@ -147,7 +147,7 @@ jobs:
147147
cd gccrs-build; \
148148
make check-rust RUNTESTFLAGS="--target_board=unix\{-m32}"
149149
- name: Archive check-rust results
150-
uses: actions/upload-artifact@v2
150+
uses: actions/upload-artifact@v3
151151
with:
152152
name: check-rust-logs
153153
path: |
@@ -216,7 +216,7 @@ jobs:
216216
make check-rust RUNTESTFLAGS="--target_board=unix\{-m32,-m64}"
217217
218218
- name: Archive check-rust results
219-
uses: actions/upload-artifact@v2
219+
uses: actions/upload-artifact@v3
220220
with:
221221
name: check-rust-logs-4.8
222222
path: |
@@ -271,7 +271,7 @@ jobs:
271271
cd gccrs-build; \
272272
make check-rust
273273
- name: Archive check-rust results
274-
uses: actions/upload-artifact@v2
274+
uses: actions/upload-artifact@v3
275275
with:
276276
name: check-rust-logs-macos
277277
path: |

0 commit comments

Comments
 (0)