Skip to content

Commit d02e38b

Browse files
Merge pull request #489 from robbievanleeuwen/dependency/codecov-action-5
Bump codecov/codecov-action from v4 to v5
2 parents 1cb098e + 49c24aa commit d02e38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,6 @@ jobs:
189189
run: uv run -p ${{ env.DEFAULT_PYTHON_VERSION }} --no-sync coverage xml -i
190190

191191
- name: Upload coverage report
192-
uses: codecov/codecov-action@v4
192+
uses: codecov/codecov-action@v5
193193
with:
194194
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)