Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
monkey patch CVE-2024-42471
GHSA-cxww-7g56-2vh6

Signed-off-by: Kevin Lawler <[email protected]>
  • Loading branch information
kevinlawler authored Sep 3, 2024
1 parent 4aa5a60 commit 9d1bb53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ jobs:
needs: [build-macos, build-linux]
steps:
- name: Download macOS artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
continue-on-error: true
with:
name: kerf-macOS
path: output

- name: Download Linux artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
continue-on-error: true
with:
name: kerf-linux
Expand Down

0 comments on commit 9d1bb53

Please sign in to comment.