Skip to content

Commit ebf0211

Browse files
Bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa9f91d commit ebf0211

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Codecov Upload
107107
continue-on-error: true
108-
uses: codecov/codecov-action@v5
108+
uses: codecov/codecov-action@v6
109109
with:
110110
files: ./coverage.xml
111111
name: ${{ matrix.os }}-py${{ matrix.python-version }}
@@ -142,7 +142,7 @@ jobs:
142142

143143
- name: Codecov Upload
144144
continue-on-error: true
145-
uses: codecov/codecov-action@v5
145+
uses: codecov/codecov-action@v6
146146
with:
147147
files: ./coverage.xml
148148
name: test-pyglotaran-dev
@@ -178,7 +178,7 @@ jobs:
178178

179179
- name: Codecov Upload
180180
continue-on-error: true
181-
uses: codecov/codecov-action@v5
181+
uses: codecov/codecov-action@v6
182182
with:
183183
files: ./coverage.xml
184184
name: test-min-versions

0 commit comments

Comments
 (0)