Skip to content

Commit 9e32826

Browse files
dependabot[bot]sebastinas
authored andcommitted
Bump codecov/codecov-action from 1 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec2f033 commit 9e32826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
pytest --cov=bpython --cov-report=xml -v
4848
- name: Upload coverage to Codecov
49-
uses: codecov/codecov-action@v1
49+
uses: codecov/codecov-action@v3
5050
env:
5151
PYTHON_VERSION: ${{ matrix.python-version }}
5252
with:

0 commit comments

Comments
 (0)