Skip to content

Commit e7707db

Browse files
committed
chore(deps): update codecov/codecov-action action to v5.0.4
1 parent b4689bb commit e7707db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
report_paths: '**/target/*-reports/TEST-*.xml'
4747

4848
- name: Upload coverage to Codecov
49-
uses: codecov/codecov-action@v5.0.3
49+
uses: codecov/codecov-action@v5.0.4
5050
with:
5151
file: "${{ github.workspace }}/*/target/site/jacoco/jacoco.xml"
5252
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)