File tree Expand file tree Collapse file tree
.github/actions/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,22 +119,22 @@ runs:
119119 # Download template file artifact if artifact name provided
120120 - name : Download Template File Artifact
121121 if : inputs.template-file-artifact-name != ''
122- uses : actions/download-artifact@v7
122+ uses : actions/download-artifact@v8
123123 with :
124124 name : ${{ inputs.template-file-artifact-name }}
125125 path : ${{ inputs.template-file-directory }}
126126
127127 - name : Download Additional Resource Artifact
128128 if : inputs.additional-resource-artifact-name != ''
129- uses : actions/download-artifact@v7
129+ uses : actions/download-artifact@v8
130130 with :
131131 name : ${{ inputs.additional-resource-artifact-name }}
132132 path : " ${{ inputs.additional-resource-directory }}"
133133
134134 # Download Parameter file artifact if artifact name provided
135135 - name : Download Parameter File Artifact
136136 if : inputs.parameter-file-artifact-name != ''
137- uses : actions/download-artifact@v7
137+ uses : actions/download-artifact@v8
138138 with :
139139 name : ${{ inputs.parameter-file-artifact-name }}
140140 path : " ${{ inputs.parameter-file-directory }}"
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ runs:
133133 # Download Parameter file artifact if artifact name provided
134134 - name : Download Parameter File Artifact
135135 if : inputs.parameter-file-artifact-name != ''
136- uses : actions/download-artifact@v7
136+ uses : actions/download-artifact@v8
137137 with :
138138 name : ${{ inputs.parameter-file-artifact-name }}
139139 path : " ${{ inputs.template-file-directory }}/psrule-test/"
@@ -162,14 +162,14 @@ runs:
162162 # Download template file artifact if artifact name provided
163163 - name : Download Template File Artifact
164164 if : inputs.template-file-artifact-name != ''
165- uses : actions/download-artifact@v7
165+ uses : actions/download-artifact@v8
166166 with :
167167 name : ${{ inputs.template-file-artifact-name }}
168168 path : ${{ inputs.template-file-directory }}
169169
170170 - name : Download Additional Resource Artifact
171171 if : inputs.additional-resource-artifact-name != ''
172- uses : actions/download-artifact@v7
172+ uses : actions/download-artifact@v8
173173 with :
174174 name : ${{ inputs.additional-resource-artifact-name }}
175175 path : " ${{ inputs.additional-resource-directory }}"
You can’t perform that action at this time.
0 commit comments