File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ jobs:
592592 maint/RunManifestTest tarball-dir maint/manifest-tarball
593593
594594 - name : Upload to GitHub artifacts
595- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
595+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
596596 with :
597597 name : " Distribution release"
598598 path : |
@@ -639,7 +639,7 @@ jobs:
639639 ../maint/RunCoverage
640640
641641 - name : Upload report to GitHub artifacts
642- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
642+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
643643 with :
644644 name : " Coverage report"
645645 path : ' ./build/coverage-html'
Original file line number Diff line number Diff line change 2424 fuzz-seconds : 300
2525 dry-run : false
2626 - name : Upload Crash
27- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
27+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2828 if : failure() && steps.build.outcome == 'success'
2929 with :
3030 name : artifacts
Original file line number Diff line number Diff line change 4747
4848 # Upload the browsable HTML report as an artifact.
4949 - name : Upload report
50- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151 with :
5252 name : " Clang Static Analyzer report"
5353 path : ' ./clang-report'
Original file line number Diff line number Diff line change 4444
4545 # Upload the results as artifacts (optional).
4646 - name : " Upload artifact"
47- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
47+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4848 with :
4949 name : SARIF file
5050 path : results.sarif
You can’t perform that action at this time.
0 commit comments