Skip to content

Commit 34af06f

Browse files
authored
Merge pull request #1826 from dandi/dependabot/github_actions/codecov/codecov-action-6
[gh-actions](deps): Bump codecov/codecov-action from 5 to 6
2 parents 4597bd7 + 9b309c2 commit 34af06f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
down -v
179179
180180
- name: Upload coverage to Codecov
181-
uses: codecov/codecov-action@v5
181+
uses: codecov/codecov-action@v6
182182
with:
183183
token: ${{ secrets.CODECOV_TOKEN }}
184184
files: ./coverage.xml

0 commit comments

Comments
 (0)