diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 73f297cf..9e4ecacd 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -104,7 +104,7 @@ jobs: - name: Upload Lighthouse reports as artifacts if: env.skip_lighthouse == 'false' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: lighthouse-reports path: | diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index b9532cd2..59dee089 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -63,7 +63,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@v5 + uses: actions/upload-artifact@v6 with: name: SARIF file path: results.sarif