@@ -114,37 +114,37 @@ runs:
114114
115115 - name : Restore test reports
116116 if : inputs.restore-artifact-name1 != ''
117- uses : actions/download-artifact@v5 .0.0
117+ uses : actions/download-artifact@v6 .0.0
118118 with :
119119 name : ${{ inputs.restore-artifact-name1 }}
120120 path : ${{ inputs.working-directory }}/${{ inputs.restore-artifact-path1 }}
121121 - name : Restore test reports
122122 if : inputs.restore-artifact-name2 != ''
123- uses : actions/download-artifact@v5 .0.0
123+ uses : actions/download-artifact@v6 .0.0
124124 with :
125125 name : ${{ inputs.restore-artifact-name2 }}
126126 path : ${{ inputs.working-directory }}/${{ inputs.restore-artifact-path2 }}
127127 - name : Restore test reports
128128 if : inputs.restore-artifact-name3 != ''
129- uses : actions/download-artifact@v5 .0.0
129+ uses : actions/download-artifact@v6 .0.0
130130 with :
131131 name : ${{ inputs.restore-artifact-name3 }}
132132 path : ${{ inputs.working-directory }}/${{ inputs.restore-artifact-path3 }}
133133 - name : Restore test reports
134134 if : inputs.restore-artifact-name4 != ''
135- uses : actions/download-artifact@v5 .0.0
135+ uses : actions/download-artifact@v6 .0.0
136136 with :
137137 name : ${{ inputs.restore-artifact-name4 }}
138138 path : ${{ inputs.working-directory }}/${{ inputs.restore-artifact-path4 }}
139139 - name : Restore test reports
140140 if : inputs.restore-artifact-name5 != ''
141- uses : actions/download-artifact@v5 .0.0
141+ uses : actions/download-artifact@v6 .0.0
142142 with :
143143 name : ${{ inputs.restore-artifact-name5 }}
144144 path : ${{ inputs.working-directory }}/${{ inputs.restore-artifact-path5 }}
145145 - name : Restore test reports
146146 if : inputs.restore-artifact-name6 != ''
147- uses : actions/download-artifact@v5 .0.0
147+ uses : actions/download-artifact@v6 .0.0
148148 with :
149149 name : ${{ inputs.restore-artifact-name6 }}
150150 path : ${{ inputs.working-directory }}/${{ inputs.restore-artifact-path6 }}
0 commit comments