From 37d68230f8ffe1def4c95ea696ab272aaf771518 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Sat, 10 Jun 2023 10:45:51 -0600 Subject: [PATCH] github-ci: use latest version of actions/upload-artifact --- .github/workflows/authors.yml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2