Skip to content

Commit b54e114

Browse files
ci(deps): update codecov/codecov-action action to v4
1 parent f83d295 commit b54e114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Test
4949
run: sbt clean coverage test coverageReport
5050
- name: Upload coverage to Codecov
51-
uses: codecov/codecov-action@v3
51+
uses: codecov/codecov-action@v4
5252
with:
5353
token: ${{ secrets.CODECOV_TOKEN }}
5454
directory: target/scala-3.3.0/scoverage-report

0 commit comments

Comments
 (0)