Skip to content

Commit 1a5ce3e

Browse files
authored
Merge pull request #25 from secondlife/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents ee53c4c + 14fcbc8 commit 1a5ce3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: python -m build
4949

5050
- name: Upload coverage
51-
uses: codecov/codecov-action@v4
51+
uses: codecov/codecov-action@v5
5252
if: matrix.python-version == '3.10'
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)