krb5 commit: Update upload-artifact version in cifuzz.yml

ghudson at mit.edu ghudson at mit.edu
Wed Nov 13 23:22:23 EST 2024


https://github.com/krb5/krb5/commit/15d5e8d3a2f3309fa3a5d10b25adc1452d7005f0
commit 15d5e8d3a2f3309fa3a5d10b25adc1452d7005f0
Author: Greg Hudson <ghudson at mit.edu>
Date:   Wed Nov 13 23:13:37 2024 -0500

    Update upload-artifact version in cifuzz.yml
    
    Commit 177d750222b758f5f5769c727340d12bfcd79488 missed a use of
    upload-artifact at v3.  Update it now.

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

diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 8e92a19e5..ba101f3f5 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -24,7 +24,7 @@ jobs:
             fuzz-seconds: 300
             output-sarif: true
         - name: Upload Crash
-          uses: actions/upload-artifact at v3
+          uses: actions/upload-artifact at v4
           if: failure() && steps.build.outcome == 'success'
           with:
             name: artifacts


More information about the cvs-krb5 mailing list