https://gcc.gnu.org/g:67bc0f69b46b2e4c335017aba3bc1218574aad7a

commit 67bc0f69b46b2e4c335017aba3bc1218574aad7a
Author: Pierre-Emmanuel Patry <pierre-emmanuel.pa...@embecosm.com>
Date:   Tue Sep 17 13:59:27 2024 +0200

    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 <pierre-emmanuel.pa...@embecosm.com>

Diff:
---
 .github/workflows/bootstrap.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml
index 8f7e24c9778d..992915fa959d 100644
--- a/.github/workflows/bootstrap.yml
+++ b/.github/workflows/bootstrap.yml
@@ -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: |

Reply via email to