From 5afefb8346c8f94150afe114e8229d554736b5be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 23:09:28 +0000 Subject: [PATCH] chore(deps): update github actions: artifact --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ea08ff3..120f8372 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # Upload the fuzzer output - name: Archive fuzz tar - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 with: name: fuzz_tar path: fuzz.tar @@ -63,7 +63,7 @@ jobs: - curl_fuzzer - fuzz_url steps: - - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 + - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: name: fuzz_tar - name: Unpack fuzzer ${{ matrix.fuzzer }} @@ -77,7 +77,7 @@ jobs: fuzz-seconds: 120 dry-run: false - name: Upload Crash - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 if: failure() with: name: artifacts