chore(deps): bump actions/upload-artifact from 5 to 6 (#2148)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-05 15:57:30 -05:00
committed by GitHub
parent f5f9757fb7
commit 854c50eb82
2 changed files with 2 additions and 2 deletions

View File

@@ -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: |

View File

@@ -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