File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 9191 continue-on-error : true
9292
9393 - name : Upload security reports
94- uses : actions/upload-artifact@v3
94+ uses : actions/upload-artifact@v4
9595 with :
9696 name : security-reports
9797 path : |
@@ -145,7 +145,7 @@ jobs:
145145 fail_ci_if_error : true
146146
147147 - name : Upload test results
148- uses : actions/upload-artifact@v3
148+ uses : actions/upload-artifact@v4
149149 if : always()
150150 with :
151151 name : test-results-${{ matrix.python-version }}
@@ -327,7 +327,7 @@ jobs:
327327 --csv load-test-results
328328
329329 - name : Upload load test results
330- uses : actions/upload-artifact@v3
330+ uses : actions/upload-artifact@v4
331331 with :
332332 name : load-test-results
333333 path : |
@@ -480,7 +480,7 @@ jobs:
480480 echo "- **Deployment time**: $(date)" >> deployment-report.md
481481
482482 - name : Upload deployment report
483- uses : actions/upload-artifact@v3
483+ uses : actions/upload-artifact@v4
484484 with :
485485 name : deployment-report
486486 path : deployment-report.md
Original file line number Diff line number Diff line change 9090 fail_ci_if_error : false
9191
9292 - name : Upload test results
93- uses : actions/upload-artifact@v3
93+ uses : actions/upload-artifact@v4
9494 if : always()
9595 with :
9696 name : ${{ env.SERVICE_NAME }}-test-results-${{ matrix.python-version }}
@@ -130,7 +130,7 @@ jobs:
130130 continue-on-error : true
131131
132132 - name : Upload security reports
133- uses : actions/upload-artifact@v3
133+ uses : actions/upload-artifact@v4
134134 with :
135135 name : security-reports-${{ env.SERVICE_NAME }}
136136 path : |
Original file line number Diff line number Diff line change 8282 fail_ci_if_error : false
8383
8484 - name : Upload test results
85- uses : actions/upload-artifact@v3
85+ uses : actions/upload-artifact@v4
8686 if : always()
8787 with :
8888 name : ${{ env.SERVICE_NAME }}-test-results-${{ matrix.python-version }}
@@ -122,7 +122,7 @@ jobs:
122122 continue-on-error : true
123123
124124 - name : Upload security reports
125- uses : actions/upload-artifact@v3
125+ uses : actions/upload-artifact@v4
126126 with :
127127 name : security-reports-${{ env.SERVICE_NAME }}
128128 path : |
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 fail_ci_if_error : false
116116
117117 - name : Upload test results
118- uses : actions/upload-artifact@v3
118+ uses : actions/upload-artifact@v4
119119 if : always()
120120 with :
121121 name : ${{ env.SERVICE_NAME }}-test-results-${{ matrix.python-version }}
@@ -237,7 +237,7 @@ jobs:
237237 continue-on-error : true
238238
239239 - name : Upload security reports
240- uses : actions/upload-artifact@v3
240+ uses : actions/upload-artifact@v4
241241 with :
242242 name : security-reports-${{ env.SERVICE_NAME }}
243243 path : |
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 fail_ci_if_error : false
114114
115115 - name : Upload test results
116- uses : actions/upload-artifact@v3
116+ uses : actions/upload-artifact@v4
117117 if : always()
118118 with :
119119 name : ${{ env.SERVICE_NAME }}-test-results-${{ matrix.python-version }}
@@ -223,7 +223,7 @@ jobs:
223223 continue-on-error : true
224224
225225 - name : Upload security reports
226- uses : actions/upload-artifact@v3
226+ uses : actions/upload-artifact@v4
227227 with :
228228 name : security-reports-${{ env.SERVICE_NAME }}
229229 path : |
Original file line number Diff line number Diff line change 9393 continue-on-error : true
9494
9595 - name : Upload security reports
96- uses : actions/upload-artifact@v3
96+ uses : actions/upload-artifact@v4
9797 with :
9898 name : security-reports
9999 path : |
You can’t perform that action at this time.
0 commit comments