We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27440b5 commit 0879e02Copy full SHA for 0879e02
.github/workflows/build.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: Build with Maven
19
run: mvn clean package -B
20
- name: Upload coverage reports to Codecov with GitHub Action
21
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
22
with:
23
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments