File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 fi
126126
127127 - name : Download JUnit reports SHA artifact
128- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
128+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
129129 with :
130130 name : junit-xml-reports-sha
131131 path : junit-xml-reports-sha-artifact-assertion
@@ -399,7 +399,7 @@ jobs:
399399 fi
400400
401401 - name : Download JUnit reports artifact
402- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
402+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
403403 with :
404404 name : junit-xml-report-new
405405 path : junit-reports-artifact-assertion
Original file line number Diff line number Diff line change 3737 using : composite
3838 steps :
3939 - name : Download JUnit reports SHA artifact
40- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
40+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
4141 with :
4242 name : ${{ inputs.artifact-name }}
4343 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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
74+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
7575 with :
7676 name : ${{ inputs.artifact-name }}
7777 path : junit-reports-artifact
You can’t perform that action at this time.
0 commit comments