diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index c43f3d9a4..9e5d8936a 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -39,7 +39,7 @@ jobs: dry-run: false sanitizer: ${{ matrix.sanitizer }} - name: Upload Crash - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: failure() && steps.build.outcome == 'success' with: name: ${{ matrix.sanitizer }}-artifacts