8686 run : make test
8787
8888 - name : Upload test coverage artifacts
89- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
89+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
9090 with :
9191 name : coverage-test
9292 path : |
@@ -133,7 +133,7 @@ jobs:
133133 run : E2E_INSTRUMENTATION=true make acceptance
134134
135135 - name : Upload acceptance coverage artifact
136- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
136+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
137137 with :
138138 name : coverage-acceptance
139139 path : ./coverage-acceptance.out
@@ -157,19 +157,19 @@ jobs:
157157 fetch-depth : 0
158158
159159 - name : Download test coverage artifacts
160- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
160+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
161161 with :
162162 name : coverage-test
163163 path : ./coverage
164164
165165 - name : Download acceptance coverage artifact
166- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
166+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
167167 with :
168168 name : coverage-acceptance
169169 path : ./coverage
170170
171171 - name : Upload unit test coverage report
172- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
172+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
173173 env :
174174 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
175175 with :
@@ -178,7 +178,7 @@ jobs:
178178 flags : unit
179179
180180 - name : Upload generative test coverage report
181- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
181+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
182182 env :
183183 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
184184 with :
@@ -187,7 +187,7 @@ jobs:
187187 flags : generative
188188
189189 - name : Upload integration test coverage report
190- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
190+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
191191 env :
192192 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
193193 with :
@@ -196,7 +196,7 @@ jobs:
196196 flags : integration
197197
198198 - name : Upload acceptance test coverage report
199- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
199+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
200200 env :
201201 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
202202 with :
0 commit comments