Skip to content

Commit 05c9aa0

Browse files
authored
Merge pull request #45 from python-project-templates/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 7577727 + 31dbb3e commit 05c9aa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: ${{ matrix.os == 'ubuntu-latest' }}
7171

7272
- name: Upload coverage
73-
uses: codecov/codecov-action@v5
73+
uses: codecov/codecov-action@v6
7474
with:
7575
token: ${{ secrets.CODECOV_TOKEN }}
7676
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)