We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d510808 commit 888f3e9Copy full SHA for 888f3e9
.github/workflows/build.yml
@@ -82,6 +82,6 @@ jobs:
82
path: target/surefire-reports
83
84
- name: Upload coverage reports to Codecov
85
- uses: codecov/codecov-action@v5.0.7
+ uses: codecov/codecov-action@v5.1.1
86
with:
87
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments