Skip to content

Commit 64f1ec1

Browse files
authored
ci: update codecov GitHub action to 5.1.1
1 parent 440d87b commit 64f1ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
set -e
2424
sbt +clean coverage +test && sbt coverageReport coverageAggregate && (find $HOME/.sbt -name "*.lock" | xargs rm) && (find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm)
2525
- name: Code Coverage
26-
uses: codecov/codecov-action@v3.1.0
26+
uses: codecov/codecov-action@v5.1.1
2727
with:
2828
token: ${{ secrets.CODECOV_TOKEN }}
2929
flags: unittests # optional

0 commit comments

Comments
 (0)