From: Jason Ish Date: Sat, 10 Jun 2023 16:45:51 +0000 (-0600) Subject: github-ci: use latest version of actions/upload-artifact X-Git-Tag: suricata-7.0.0~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37d68230f8ffe1def4c95ea696ab272aaf771518;p=thirdparty%2Fsuricata.git github-ci: use latest version of actions/upload-artifact --- diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml index a3d54859dc..3fee4c5a2f 100644 --- a/.github/workflows/authors.yml +++ b/.github/workflows/authors.yml @@ -39,7 +39,7 @@ jobs: - run: echo ${{ github.event.number }} > new-authors/pr-number.txt - run: ls -l - name: Upload new authors - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce with: name: new-authors path: new-authors diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 2fdbe14f64..3b66128492 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -42,7 +42,7 @@ jobs: # Upload the results as artifacts (optional). - name: "Upload artifact" - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v2.3.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce with: name: SARIF file path: results.sarif