File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,14 +157,14 @@ jobs:
157157
158158 - name : (Code Analysis Setup) Download sources for analysis
159159 if : inputs.sources-upload-name != ''
160- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
160+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
161161 with :
162162 name : ${{ inputs.sources-upload-name }}
163163 path : temp/${{ inputs.analysis-name }}/source/${{ inputs.analysis-name }}
164164
165165 - name : (Code Analysis Setup) Download artifacts for analysis
166166 if : inputs.artifacts-upload-name != ''
167- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
167+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
168168 with :
169169 name : ${{ inputs.artifacts-upload-name }}
170170 path : temp/${{ inputs.analysis-name }}/artifacts
You can’t perform that action at this time.
0 commit comments