Skip to content

Commit ee2f232

Browse files
authored
Merge pull request #345 from chrovis/dependabot/github_actions/codecov/codecov-action-6
build(deps): Bump codecov/codecov-action from 5 to 6
2 parents 7576085 + f74c3e8 commit ee2f232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
lein cloverage --codecov
3131
- name: Coverage Graph
32-
uses: codecov/codecov-action@v5
32+
uses: codecov/codecov-action@v6
3333
with:
3434
files: ./target/coverage/codecov.json
3535
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)