Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 2.1.1 to 4.1.7 (iovi…
Browse files Browse the repository at this point in the history
…sor#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](actions/download-artifact@cbed621...65a9edc)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update fuzzing.yml

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alan Jowett <alanjo@microsoft.com>
  • Loading branch information
dependabot[bot] and Alan-Jowett committed May 20, 2024
1 parent a299839 commit 08b451b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 08b451b

Please sign in to comment.