[master] 5caded903 cifuzz: Update upload action to v4

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Fri Sep 13 07:52:09 UTC 2024


commit 5caded903ccd8e453e1401de3c1abf8e562ae9ec
Author: Thibaut Artis <thibaut.artis at varnish-software.com>
Date:   Thu Sep 12 14:10:40 2024 +0200

    cifuzz: Update upload action to v4

diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 411fbe2ef..4895b0ffc 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -20,7 +20,7 @@ jobs:
         dry-run: false
         language: c
     - name: Upload Crash
-      uses: actions/upload-artifact at v1
+      uses: actions/upload-artifact at v4
       if: failure() && steps.build.outcome == 'success'
       with:
         name: artifacts


More information about the varnish-commit mailing list