File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135
136136 - name : 📤 Upload Artifact
137137 if : ${{ inputs.enable_s3_upload == false }}
138- uses : actions/upload-artifact@v6
138+ uses : actions/upload-artifact@v7
139139 with :
140140 name : prowler-reports
141141 path : /home/runner/work/prowler/prowler/output/
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ jobs:
287287 echo "✅ Workflow index generated"
288288
289289 - name : 📤 Upload Artifact
290- uses : actions/upload-artifact@v6
290+ uses : actions/upload-artifact@v7
291291 with :
292292 name : workflow-index
293293 path : WORKFLOW_INDEX.md
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227227 inputs.docker_image_tar }}
228228
229229 - name : ⬆️ Upload Docker Image Artifact
230- uses : actions/upload-artifact@v6
230+ uses : actions/upload-artifact@v7
231231 with :
232232 name : ' ${{ inputs.docker_image_name }}'
233233 path : ' ${{ inputs.docker_image_tar }}'
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119
120120 - name : 📤 Upload Artifact (If GCS Upload Disabled)
121121 if : ${{ inputs.enable_gcs_upload == false }}
122- uses : actions/upload-artifact@v6
122+ uses : actions/upload-artifact@v7
123123 with :
124124 name : prowler-reports
125125 path : ${{ github.workspace }}/report/
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183183
184184 - name : 📤 Upload Diagram Artifact
185185 if : ${{ inputs.generate-diagram == true }}
186- uses : actions/upload-artifact@v6
186+ uses : actions/upload-artifact@v7
187187 with :
188188 name : helm-diagram
189189 path : ${{ inputs.diagram-file-name }}
Original file line number Diff line number Diff line change 7070 infracost output --path /tmp/infracost.json --show-skipped --format html --out-file report.html
7171
7272 - name : 📤 Upload current cost in artifactory
73- uses : actions/upload-artifact@47309c993abb98030a35d55ef7ff34b7fa1074b5
73+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
7474 with :
7575 name : report.html
7676 path : ${{ inputs.working-directory }}/report.html
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 continue-on-error : true
122122
123123 - name : 📤 Upload report directory
124- uses : actions/upload-artifact@v6
124+ uses : actions/upload-artifact@v7
125125 with :
126126 name : compliance-report
127127 path : ${{ github.workspace }}/report/
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164
165165 # Save plan to artifacts
166166 - name : 💾 Publish Terraform Plan
167- uses : actions/upload-artifact@v6
167+ uses : actions/upload-artifact@v7
168168 with :
169169 name : tfplan
170170 path : tfplan
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ jobs:
262262 # Upload plan artifact when using targeting
263263 - name : 📤 Publish Terraform Plan Artifact
264264 if : ${{ inputs.target != '' || inputs.target_file != '' }}
265- uses : actions/upload-artifact@v6
265+ uses : actions/upload-artifact@v7
266266 with :
267267 name : tfplan
268268 path : ${{ inputs.working_directory }}/tfplan
@@ -368,7 +368,7 @@ jobs:
368368
369369 - name : 📤 Upload Errored Terraform State Artifact
370370 if : ${{ always() && steps.find_errored_tfstate.outputs.errored_found == 'true' }}
371- uses : actions/upload-artifact@v6
371+ uses : actions/upload-artifact@v7
372372 with :
373373 name : errored_tfstate
374374 path : ${{ inputs.working_directory }}/errored.tfstate
You can’t perform that action at this time.
0 commit comments