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 a7bebb9 commit 97818cdCopy full SHA for 97818cd
.github/workflows/coverage.yml
@@ -53,6 +53,6 @@ jobs:
53
.github/workflows/sbt-build-all.sh ${{ matrix.scala.version }} ${{ matrix.scala.report }}
54
55
- if: ${{ matrix.scala.report == 'report' }}
56
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
57
with:
58
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments