From: Jason Ish Date: Sat, 10 Jun 2023 16:32:57 +0000 (-0600) Subject: github-ci: use same version (3.0.2) for actions/download-artifact X-Git-Tag: suricata-7.0.0~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dfd5ddaed421617bcce38c21c46c90bf42b3db0;p=thirdparty%2Fsuricata.git github-ci: use same version (3.0.2) for actions/download-artifact --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index fe03d2fbca..159e35f291 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -825,7 +825,7 @@ jobs: which \ zlib-devel - uses: actions/checkout@v3.5.3 - - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 + - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: name: prep path: prep @@ -1015,7 +1015,7 @@ jobs: which \ zlib-devel - uses: actions/checkout@v3.5.3 - - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 + - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: name: prep path: prep @@ -1209,7 +1209,7 @@ jobs: which \ zlib-devel - uses: actions/checkout@v3.5.3 - - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 + - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: name: prep path: prep