We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61c1866 + 5330654 commit 34eac20Copy full SHA for 34eac20
.github/workflows/development.yml
@@ -75,6 +75,6 @@ jobs:
75
76
- name: Upload coverage to Codecov
77
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
78
- uses: codecov/codecov-action@v5.5.3
+ uses: codecov/codecov-action@v6.0.0
79
with:
80
token: ${{secrets.CODECOV_TOKEN}}
.github/workflows/master.yml
@@ -51,6 +51,6 @@ jobs:
51
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
52
53
- name: Upload coverage information
54
55
56
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments