Skip to content

Commit 04218d6

Browse files
chore(deps): update codecov/codecov-action action to v6 (#844)
1 parent d1ee9b8 commit 04218d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
matrix.python-version == '3.14' &&
7272
env.CODECOV_TOKEN != ''
7373
}}
74-
uses: codecov/codecov-action@v5
74+
uses: codecov/codecov-action@v6
7575
env:
7676
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7777
with:
@@ -128,7 +128,7 @@ jobs:
128128
matrix.python-version == '3.14' &&
129129
env.CODECOV_TOKEN != ''
130130
}}
131-
uses: codecov/codecov-action@v5
131+
uses: codecov/codecov-action@v6
132132
env:
133133
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
134134
with:

0 commit comments

Comments
 (0)