We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04841a5 + 98451b7 commit ec3ac1fCopy full SHA for ec3ac1f
.github/workflows/development.yml
@@ -76,6 +76,6 @@ jobs:
76
77
- name: Upload coverage to Codecov
78
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
79
- uses: codecov/codecov-action@v5.5.3
+ uses: codecov/codecov-action@v6.0.0
80
with:
81
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