File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154 --region eu-west-2
155155
156156 - name : " Upload lambda artifact for the current workflow"
157- uses : actions/upload-artifact@v6
157+ uses : actions/upload-artifact@v7
158158 with :
159159 name : lambda-${{ needs.metadata.outputs.tag }}
160160 path : ./dist/lambda.zip
Original file line number Diff line number Diff line change 8282 make build
8383
8484 - name : " Upload lambda artefact for cross-workflow use"
85- uses : actions/upload-artifact@v6
85+ uses : actions/upload-artifact@v7
8686 with :
8787 name : lambda-${{ needs.metadata.outputs.version }}
8888 path : dist/lambda.zip
Original file line number Diff line number Diff line change 5555 AWS_REGION : eu-west-2
5656
5757 - name : Upload dashboard export
58- uses : actions/upload-artifact@v6
58+ uses : actions/upload-artifact@v7
5959 with :
6060 name : dashboard-${{ matrix.env_config.name }}
6161 path : dashboard_exports/**/*
8585 run : python3 scripts/generate_dashboard_report.py --input dashboard_exports
8686
8787 - name : Upload report as artifact
88- uses : actions/upload-artifact@v6
88+ uses : actions/upload-artifact@v7
8989 with :
9090 name : capacity-report
9191 path : |
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137
138138 - name : " Upload lambda artifact"
139139 if : steps.check.outputs.exists == 'true'
140- uses : actions/upload-artifact@v4
140+ uses : actions/upload-artifact@v7
141141 with :
142142 name : lambda-${{ needs.validate.outputs.dev_tag }}
143143 path : dist/lambda.zip
@@ -185,7 +185,7 @@ jobs:
185185 echo "✅ Uploaded artifact to s3://$BUCKET/artifacts/$TAG/lambda.zip"
186186
187187 - name : " Upload lambda artifact"
188- uses : actions/upload-artifact@v4
188+ uses : actions/upload-artifact@v7
189189 with :
190190 name : lambda-${{ needs.validate.outputs.dev_tag }}
191191 path : dist/lambda.zip
Original file line number Diff line number Diff line change 2828 run : |
2929 make test-unit
3030 - name : " Save the coverage check result"
31- uses : actions/upload-artifact@v6
31+ uses : actions/upload-artifact@v7
3232 with :
3333 name : coverage.xml
3434 path : coverage.xml
Original file line number Diff line number Diff line change 4848 run : |
4949 make test-unit
5050 - name : " Save the coverage check result"
51- uses : actions/upload-artifact@v6
51+ uses : actions/upload-artifact@v7
5252 with :
5353 name : coverage.xml
5454 path : coverage.xml
Original file line number Diff line number Diff line change 4949 make dependencies install-python
5050 make build
5151 - name : " Upload lambda artefact"
52- uses : actions/upload-artifact@v6
52+ uses : actions/upload-artifact@v7
5353 with :
5454 name : lambda
5555 path : dist/lambda.zip
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 echo "Nothing to save"
133133 - name : Upload Integration Test Results
134134 if : always()
135- uses : actions/upload-artifact@v6
135+ uses : actions/upload-artifact@v7
136136 with :
137137 name : integration-test-results
138138 path : integration-test-results.xml
You can’t perform that action at this time.
0 commit comments