@@ -129,11 +129,12 @@ jobs:
129129 - name : Upload reusable build artifact
130130 uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
131131 with :
132- name : coverage-build-${{ matrix.lane }}-${{ github.run_id }}-${{ github.run_attempt }}
132+ name : coverage-build-${{ matrix.lane }}-${{ github.run_id }}
133133 path : coverage-build-artifact
134134 if-no-files-found : error
135135 retention-days : 3
136136 compression-level : 0
137+ overwrite : true
137138
138139 ResolveCppShards :
139140 name : Resolve C++ coverage shards
@@ -241,7 +242,7 @@ jobs:
241242 - name : Download reusable build artifact
242243 uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
243244 with :
244- name : coverage-build-${{ matrix.lane }}-${{ github.run_id }}-${{ github.run_attempt }}
245+ name : coverage-build-${{ matrix.lane }}-${{ github.run_id }}
245246 path : ${{ github.workspace }}/_artifact
246247
247248 - name : Restore build artifact into workspace
@@ -413,6 +414,7 @@ jobs:
413414 if-no-files-found : warn
414415 retention-days : 14
415416 compression-level : 0
417+ overwrite : true
416418
417419 - name : Upload Codecov (C++ runtime, C++ suite)
418420 if : ${{ steps.verify_cpp_cov.outputs.exists == 'true' }}
@@ -522,7 +524,7 @@ jobs:
522524 - name : Download reusable build artifact
523525 uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
524526 with :
525- name : coverage-build-${{ matrix.lane }}-${{ github.run_id }}-${{ github.run_attempt }}
527+ name : coverage-build-${{ matrix.lane }}-${{ github.run_id }}
526528 path : ${{ github.workspace }}/_artifact
527529
528530 - name : Restore build artifact into workspace
@@ -686,6 +688,7 @@ jobs:
686688 if-no-files-found : warn
687689 retention-days : 14
688690 compression-level : 0
691+ overwrite : true
689692
690693 - name : Upload Codecov (Python API)
691694 if : ${{ steps.verify_py_cov.outputs.exists == 'true' }}
@@ -832,7 +835,7 @@ jobs:
832835 - name : Download reusable build artifact
833836 uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
834837 with :
835- name : coverage-build-${{ matrix.lane }}-${{ github.run_id }}-${{ github.run_attempt }}
838+ name : coverage-build-${{ matrix.lane }}-${{ github.run_id }}
836839 path : ${{ github.workspace }}/_artifact
837840
838841 - name : Restore build artifact into workspace
@@ -996,6 +999,7 @@ jobs:
996999 if-no-files-found : warn
9971000 retention-days : 14
9981001 compression-level : 0
1002+ overwrite : true
9991003
10001004 - name : Upload Codecov (Node.js bindings)
10011005 if : ${{ steps.verify_js_cov.outputs.exists == 'true' }}
@@ -1087,3 +1091,4 @@ jobs:
10871091 if-no-files-found : warn
10881092 retention-days : 14
10891093 compression-level : 0
1094+ overwrite : true
0 commit comments