From 127780ce0723de3e99d8db666302f8cbec735ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:54:32 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c6ed08..733e89d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: python-version: "3.x" - run: python -m pip install .[test] - run: python -m pytest - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: flags: ${{ matrix.os }} token: ${{ secrets.CODECOV_TOKEN }} @@ -91,7 +91,7 @@ jobs: - run: python -m pip install .[test] - run: python -m pip install django~=${{ matrix.django-version }}.0 - run: python -m pytest - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: flags: py${{ matrix.python-version }} token: ${{ secrets.CODECOV_TOKEN }} @@ -118,7 +118,7 @@ jobs: - run: python -m pip install .[test] - run: python -m pip install django~=${{ matrix.django-version }}.0 - run: python -m pytest - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: flags: dj${{ matrix.django-version }} token: ${{ secrets.CODECOV_TOKEN }} @@ -147,7 +147,7 @@ jobs: run: sudo apt install -y redis-server - run: python -m pip install .[test,${{ matrix.extras }}] - run: python -m pytest - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: flags: ${{ matrix.extras }} token: ${{ secrets.CODECOV_TOKEN }}