Skip to content

Commit

Permalink
Bump to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bartblaze authored Nov 17, 2024
1 parent 9045571 commit 8531a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yara.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
steps:
# Checks-out the repository under $GITHUB_WORKSPACE
- name: Check-out the repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# Assemble all *.yar files
- name: Assemble all Yara files
run: "for f in $GITHUB_WORKSPACE/rules/**/*.yar; do cat $f >> rules.yar; done"

# Upload the assembled Yara artifact
- name: Upload the resulting Yara artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: rules.yar
path: rules.yar

0 comments on commit 8531a8a

Please sign in to comment.