Skip to content

Commit 1a927ae

Browse files
Bump codecov/codecov-action from 5.5.2 to 5.5.3 (#1269)
1 parent cd01a52 commit 1a927ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
report_paths: 'miner/build/test-results/test/*.xml'
9090
- name: Publish coverage on CodeCov
91-
uses: codecov/codecov-action@v5.5.2
91+
uses: codecov/codecov-action@v5.5.3
9292
if: always()
9393
with:
9494
token: ${{ secrets.CODECOV_TOKEN }}
@@ -152,7 +152,7 @@ jobs:
152152
with:
153153
report_paths: 'viewer/build/test-results/test/*.xml'
154154
- name: Publish coverage on CodeCov
155-
uses: codecov/codecov-action@v5.5.2
155+
uses: codecov/codecov-action@v5.5.3
156156
if: always()
157157
with:
158158
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)