File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 env :
106106 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
107107
108- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
108+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
109109 if : ${{ matrix.coverage }}
110110 with :
111111 name : coverage-report
Original file line number Diff line number Diff line change 3333 # uploads of run results in SARIF format to the repository Actions tab.
3434 # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
3535 - name : " Upload artifact"
36- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
36+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3737 with :
3838 name : SARIF file
3939 path : results.sarif
Original file line number Diff line number Diff line change 3232
3333 - name : Upload report
3434 if : always()
35- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
35+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3636 with :
3737 path : javaagent/build/reports
3838
You can’t perform that action at this time.
0 commit comments