We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f927746 commit d6eae7cCopy full SHA for d6eae7c
.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build with Maven
26
run: mvn -B package --file pom.xml
27
- name: Upload coverage to Codecov
28
- uses: codecov/codecov-action@v2.1.0
+ uses: codecov/codecov-action@v3.1.0
29
with:
30
token: ${{ secrets.CODECOV_TOKEN }} #required
31
- id: get-version
0 commit comments