krb5 commit: Update upload-artifact version in cifuzz.yml
[email protected] Wed, 13 Nov 2024 23:22:23 -0500 (EST)
| Newsgroups | gmane.comp.encryption.kerberos.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/krb5/krb5/commit/15d5e8d3a2f3309fa3a5d10b25adc1452d7005f0 commit 15d5e8d3a2f3309fa3a5d10b25adc1452d7005f0 Author: Greg Hudson <[email protected]> Date: Wed Nov 13 23:13:37 2024 -0500 Update upload-artifact version in cifuzz.yml Commit 177d750222b758f5f5769c727340d12bfcd79488 missed a use of upload-artifact@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@v3 + uses: actions/upload-artifact@v4 if: failure() && steps.build.outcome == 'success' with: name: artifacts