Skip to content

Commit 94c6254

Browse files
chore(deps): bump versions (#431)
1 parent 8c0a162 commit 94c6254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pages/guides/coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ enough for a simple testing suite, can be written as follows:
9191

9292
```yaml
9393
- name: Upload coverage report
94-
uses: codecov/codecov-action@v4.3.1
94+
uses: codecov/codecov-action@v4.4.0
9595
with:
9696
token: ${{ secrets.CODECOV_TOKEN }}
9797
```

{{cookiecutter.project_name}}/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
--durations=20
7575
7676
- name: Upload coverage report
77-
uses: codecov/codecov-action@v4.3.1
77+
uses: codecov/codecov-action@v4.4.0
7878
with:
7979
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}

0 commit comments

Comments
 (0)