From 7f3597176665f15c28b178f60e4bcd53cb77dff5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:49:57 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 26f96df --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24e8ded5..e5552c4b 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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4 with: name: fuzz_tar path: fuzz.tar @@ -77,7 +77,7 @@ jobs: fuzz-seconds: 120 dry-run: false - name: Upload Crash - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4 if: failure() with: name: artifacts