Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 2 to 4 (#462)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4)

---
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>
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 12, 2024
1 parent ffde084 commit 663ab78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzzing.yml
Expand Up @@ -113,7 +113,7 @@ jobs:
ref: fuzz/corpus

- name: Download fuzzer artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: fuzzer

Expand Down

0 comments on commit 663ab78

Please sign in to comment.