Skip to content

Commit f3eff73

Browse files
committed
ci: update code coverage action to v5
1 parent 42402de commit f3eff73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_workflow.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
- name: Build with Maven
2525
run: mvn clean install -ntp
2626
- name: Upload coverage to Codecov
27-
uses: codecov/codecov-action@v1
27+
uses: codecov/codecov-action@v5
28+
with:
29+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)