Skip to content

Commit

Permalink
fix GitHub vulnerability in download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Sep 3, 2024
1 parent cbb507d commit bc7d7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: download binary artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: |
frei0r-bin
Expand Down

0 comments on commit bc7d7a3

Please sign in to comment.