Skip to content

Commit

Permalink
Merge pull request #2 from DeFiCh/dependabot/github_actions/actions/d…
Browse files Browse the repository at this point in the history
…ownload-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
Jouzo authored Jun 5, 2024
2 parents 166685a + 6ac292d commit 0a71c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- name: Display structure of downloaded files
run: ls -R
- run: find executed_* -type f -exec cat {} + | sort > executed
Expand Down

0 comments on commit 0a71c3a

Please sign in to comment.