From: Jason Ish Date: Wed, 16 Oct 2024 18:59:30 +0000 (-0600) Subject: github-ci: pin actions/upload-artifact to newer version X-Git-Tag: suricata-7.0.8~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a60017a56e64832631203240fa1bd2803f2a9100;p=thirdparty%2Fsuricata.git github-ci: pin actions/upload-artifact to newer version Required for the newer version of download-artifact in use due to sync with master. --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 1d7c229d61..64cfe19bf6 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -142,7 +142,7 @@ jobs: cd .. tar zcf suricata-verify.tar.gz suricata-verify - name: Uploading prep archive - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: name: prep path: |