File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed 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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
133+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
134134 with :
135135 name : junit-xml-reports-sha
136136 path : junit-xml-reports-sha-artifact-assertion
@@ -347,7 +347,7 @@ jobs:
347347 echo "</testsuite>" >> $FILE
348348
349349 - name : Upload JUnit report artifact
350- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
350+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
351351 with :
352352 name : junit-xml-reports-${{ matrix.split-index }}
353353 path : build/reports/test-results/*.xml
@@ -468,7 +468,7 @@ jobs:
468468 fi
469469
470470 - name : Download JUnit reports artifact
471- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
471+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
47+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
4848 with :
4949 name : ${{ inputs.artifact-name }}
5050 path : ${{ inputs.artifact-path }}
@@ -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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
114+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
115115 with :
116116 name : ${{ inputs.artifact-name }}
117117 path : ${{ inputs.artifact-path }}
Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ runs:
6464 fi
6565
6666 - name : Merge JUnit report artifacts
67- uses : actions/upload-artifact/merge@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
67+ uses : actions/upload-artifact/merge@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
6868 with :
6969 name : ${{ inputs.artifact-name }}
7070 pattern : ${{ inputs.split-artifact-pattern }}
7171 delete-merged : ${{ inputs.split-artifact-delete-merged }}
7272
7373 - name : Download JUnit reports artifact
74- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
74+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
7575 with :
7676 name : ${{ inputs.artifact-name }}
7777 path : junit-reports-artifact
You can’t perform that action at this time.
0 commit comments