File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4545 - name : Execute Tests
4646 run : pnpm bazel test --test_tag_filters=-e2e,-audit //docs/...
4747 - name : Store Test Logs
48- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
48+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4949 if : always()
5050 with :
5151 name : test-logs
6666 - name : Execute Lighthouse Audit
6767 run : pnpm -s bazel test --test_tag_filters=audit //docs/...
6868 - name : Store Audit Logs
69- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
69+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7070 if : always()
7171 with :
7272 name : lighthouse-logs
Original file line number Diff line number Diff line change 4343 - name : Execute Tests
4444 run : pnpm bazel test --test_tag_filters=-e2e,-audit //docs/...
4545 - name : Store Test Logs
46- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
46+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4747 if : always()
4848 with :
4949 name : test-logs
6464 - name : Execute Lighthouse Audit
6565 run : pnpm bazel test --test_tag_filters=audit //docs/...
6666 - name : Store Audit Logs
67- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
67+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6868 if : always()
6969 with :
7070 name : lighthouse-logs
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 - name : Build and create package artifacts
138138 run : ./scripts/create-package-archives.mjs --suffix "pr${{github.event.number}}-$(git rev-parse --short HEAD)"
139139 - name : Upload artifacts
140- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
140+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
141141 with :
142142 name : Package Artifacts
143143 path : dist/release-archives
Original file line number Diff line number Diff line change 3939
4040 # Upload the results as artifacts.
4141 - name : ' Upload artifact'
42- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
42+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4343 with :
4444 name : SARIF file
4545 path : results.sarif
You can’t perform that action at this time.
0 commit comments