This is an automated email from the ASF dual-hosted git repository.

raiden00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 405a7126ba .github/workflows/main.yml: fix github error
405a7126ba is described below

commit 405a7126bab3fbbeef1bb95fabd1561c86029fc1
Author: raiden00pl <raide...@railab.me>
AuthorDate: Wed Feb 19 09:00:50 2025 +0100

    .github/workflows/main.yml: fix github error
    
    fix CI error on github:
    
      This request has been automatically failed because it uses a deprecated
      version of `actions/upload-artifact: v3`.
      Learn more: 
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
    
    Signed-off-by: raiden00pl <raide...@railab.me>
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 027a2babb0..1e3852808f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -115,7 +115,7 @@ jobs:
         ./publish.sh
 
     - name: Upload artifact of staged site
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       with:
         name: static-site
         path: content

Reply via email to