Skip to content

Commit 42e49d0

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/codecov/codecov-action-6'
2 parents 10dd5f6 + 84e0eb6 commit 42e49d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Run Tests with coverage analysis
4545
run: |
4646
hatch test --cover
47-
- uses: codecov/codecov-action@v5
47+
- uses: codecov/codecov-action@v6
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
fail_ci_if_error: true

0 commit comments

Comments
 (0)