File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ jobs:
347347 echo "</testsuite>" >> $FILE
348348
349349 - name : Upload JUnit report artifact
350- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
350+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
351351 with :
352352 name : junit-xml-reports-${{ matrix.split-index }}
353353 path : build/reports/test-results/*.xml
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ runs:
111111
112112 - name : Upload JUnit report SHA
113113 if : ${{ steps.junit-reports-sha.outputs.upload-artifact == 'true' }}
114- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
114+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
115115 with :
116116 name : ${{ inputs.artifact-name }}
117117 path : ${{ inputs.artifact-path }}
Original file line number Diff line number Diff line change 6464 fi
6565
6666 - name : Merge JUnit report artifacts
67- uses : actions/upload-artifact/merge@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
67+ uses : actions/upload-artifact/merge@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
6868 with :
6969 name : ${{ inputs.artifact-name }}
7070 pattern : ${{ inputs.split-artifact-pattern }}
You can’t perform that action at this time.
0 commit comments