File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 path : dist/lambda.zip
8383
8484 - name : " Download Built Lambdas"
85- uses : actions/download-artifact@v4
85+ uses : actions/download-artifact@v5
8686 with :
8787 name : lambda
8888 path : ./build
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 path : dist/lambda.zip
112112
113113 - name : " Download Built Lambdas"
114- uses : actions/download-artifact@v4
114+ uses : actions/download-artifact@v5
115115 with :
116116 name : lambda
117117 path : ./build
Original file line number Diff line number Diff line change 4545 path : dist/lambda.zip
4646
4747 - name : " Download Built Lambdas"
48- uses : actions/download-artifact@v4
48+ uses : actions/download-artifact@v5
4949 with :
5050 name : lambda
5151 path : ./build
Original file line number Diff line number Diff line change 8383 with :
8484 fetch-depth : 0 # Full history is needed to improving relevancy of reporting
8585 - name : " Get the coverage report"
86- uses : actions/download-artifact@v4
86+ uses : actions/download-artifact@v5
8787 with :
8888 name : coverage.xml
8989 - name : " Perform static analysis"
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 with :
121121 python-version : ' 3.13'
122122 - name : " Get lambda artefact"
123- uses : actions/download-artifact@v4
123+ uses : actions/download-artifact@v5
124124 with :
125125 name : lambda
126126 path : dist
@@ -138,7 +138,7 @@ jobs:
138138 path : integration-test-results.xml
139139 - name : Gather Integration Test Summaries
140140 if : always()
141- uses : actions/download-artifact@v4
141+ uses : actions/download-artifact@v5
142142 with :
143143 path : summary
144144 pattern : ci-summary-*
You can’t perform that action at this time.
0 commit comments