diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index f674d4314ff..beee658601d 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -50,7 +50,7 @@ jobs: dry-run: false sanitizer: ${{ matrix.sanitizer }} - name: Upload Crash - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 + uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 if: failure() && steps.build.outcome == 'success' with: name: ${{ matrix.sanitizer }}-artifacts