]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Change upload artifact github action version
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Tue, 17 Sep 2024 11:59:27 +0000 (13:59 +0200)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Wed, 18 Sep 2024 12:21:23 +0000 (12:21 +0000)
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 <pierre-emmanuel.patry@embecosm.com>
.github/workflows/bootstrap.yml

index 8f7e24c9778d6f73a5d0fee1dcefa8e663b03a71..992915fa959d61523d2394a70b512370445b8dba 100644 (file)
@@ -49,7 +49,7 @@ jobs:
            cd gccrs-build; \
            make check-rust
     - name: Archive check-rust results
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v4
       with:
         name: check-rust-logs
         path: |