We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f9757 commit 854c50eCopy full SHA for 854c50e
.github/workflows/lighthouse.yml
@@ -104,7 +104,7 @@ jobs:
104
105
- name: Upload Lighthouse reports as artifacts
106
if: env.skip_lighthouse == 'false'
107
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
108
with:
109
name: lighthouse-reports
110
path: |
.github/workflows/scorecards.yml
@@ -63,7 +63,7 @@ jobs:
63
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64
# format to the repository Actions tab.
65
- name: "Upload artifact"
66
67
68
name: SARIF file
69
path: results.sarif
0 commit comments