From 08b451ba382e61df2a8b061dd3c999d06eb1df4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:05:50 -0700 Subject: [PATCH] build(deps): bump actions/download-artifact from 2.1.1 to 4.1.7 (#478) * build(deps): bump actions/download-artifact from 2.1.1 to 4.1.7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.1.1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/cbed621e49e4c01b044d60f6c80ea4ed6328b281...65a9edc5881444af0b9093a5e628f2fe47ea3b2e) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update fuzzing.yml Signed-off-by: Alan Jowett --------- Signed-off-by: dependabot[bot] Signed-off-by: Alan Jowett Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alan Jowett --- .github/workflows/fuzzing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fuzzing.yml b/.github/workflows/fuzzing.yml index d8051a7d6..a7597b734 100644 --- a/.github/workflows/fuzzing.yml +++ b/.github/workflows/fuzzing.yml @@ -107,7 +107,7 @@ jobs: --build build - name: Upload fuzzer as artifacts - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: fuzzer path: build/bin/ubpf_fuzzer @@ -118,7 +118,7 @@ jobs: ref: fuzz/corpus - name: Download fuzzer artifacts - uses: actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e with: name: fuzzer