diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad752f7..b35a77d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: cache: 'pnpm' - run: pnpm install - run: make - - uses: actions/upload-artifact@v4.3.0 + - uses: actions/upload-artifact@v7.0.1 with: name: build-output path: | diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index f0377d4..159861f 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: SARIF file path: results.sarif