From 8531a8af2cb93a613b6852fcc5e414739f750f2c Mon Sep 17 00:00:00 2001 From: Bart P <3075118+bartblaze@users.noreply.github.com> Date: Sun, 17 Nov 2024 13:27:44 +0100 Subject: [PATCH] Bump to v4 --- .github/workflows/yara.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/yara.yml b/.github/workflows/yara.yml index 4c41a5a..8bc8622 100644 --- a/.github/workflows/yara.yml +++ b/.github/workflows/yara.yml @@ -9,7 +9,7 @@ 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 @@ -17,7 +17,7 @@ jobs: # 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