We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42402de commit f3eff73Copy full SHA for f3eff73
.github/workflows/build_workflow.yml
@@ -24,4 +24,6 @@ jobs:
24
- name: Build with Maven
25
run: mvn clean install -ntp
26
- name: Upload coverage to Codecov
27
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v5
28
+ with:
29
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments