Skip to content

Commit dc2d8a5

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 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@v2...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 36cff9e commit dc2d8a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
python-version: ${{ matrix.python-version }}
7373
- run: python -m pip install -e '.[test]'
7474
- run: python -m pytest
75-
- uses: codecov/codecov-action@v2
75+
- uses: codecov/codecov-action@v3
7676
with:
7777
flags: ${{ matrix.python-version }}
7878

@@ -92,7 +92,7 @@ jobs:
9292
python-version: ${{ matrix.python-version }}
9393
- run: python -m pip install -e ".[test,${{ matrix.extras }}]"
9494
- run: python -m pytest
95-
- uses: codecov/codecov-action@v2
95+
- uses: codecov/codecov-action@v3
9696
with:
9797
flags: ${{ matrix.extras }}
9898

@@ -128,7 +128,7 @@ jobs:
128128
env:
129129
DB_PORT: ${{ job.services.postgres.ports[5432] }}
130130
DB: pg
131-
- uses: codecov/codecov-action@v2
131+
- uses: codecov/codecov-action@v3
132132
with:
133133
flags: ${{ matrix.extras }}
134134

0 commit comments

Comments
 (0)