Skip to content

Commit 5dc1f68

Browse files
P-E-Pdkm
authored andcommitted
Change upload artifact github action version
Version 2 of this github action has been deprecated, we shall bump the version used in the CI. ChangeLog: * .github/workflows/bootstrap.yml: Bump version from 2 to 4. Signed-off-by: Pierre-Emmanuel Patry <[email protected]>
1 parent 7b99c3c commit 5dc1f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bootstrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cd gccrs-build; \
5050
make check-rust
5151
- name: Archive check-rust results
52-
uses: actions/upload-artifact@v2
52+
uses: actions/upload-artifact@v4
5353
with:
5454
name: check-rust-logs
5555
path: |

0 commit comments

Comments
 (0)