File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 fi
131131
132132 - name : Download JUnit reports SHA artifact
133- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
133+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
134134 with :
135135 name : junit-xml-reports-sha
136136 path : junit-xml-reports-sha-artifact-assertion
@@ -468,7 +468,7 @@ jobs:
468468 fi
469469
470470 - name : Download JUnit reports artifact
471- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
471+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
472472 with :
473473 name : junit-xml-report-new
474474 path : junit-reports-artifact-assertion
Original file line number Diff line number Diff line change 4444
4545 - name : Download JUnit reports SHA artifact
4646 if : ${{ steps.junit-reports-sha-check.outputs.exists == 'true' }}
47- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
47+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
4848 with :
4949 name : ${{ inputs.artifact-name }}
5050 path : ${{ inputs.artifact-path }}
Original file line number Diff line number Diff line change 7171 delete-merged : ${{ inputs.split-artifact-delete-merged }}
7272
7373 - name : Download JUnit reports artifact
74- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
74+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
7575 with :
7676 name : ${{ inputs.artifact-name }}
7777 path : junit-reports-artifact
You can’t perform that action at this time.
0 commit comments