We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf85481 + 0879e02 commit 0a0275aCopy full SHA for 0a0275a
.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