Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v4)

---
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>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 1ffc762 commit 24e1e1a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
sudo -E nox --force-color -e tests --no-venv -- -vv --system-service tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand All @@ -161,7 +161,7 @@ jobs:
verbose: true

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
nox --force-color -e tests-${{ matrix.python-version }} -- -vv tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand All @@ -248,7 +248,7 @@ jobs:
verbose: true

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
nox --force-color -e tests-${{ matrix.python-version }} -- -vv tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand All @@ -330,7 +330,7 @@ jobs:
verbose: true

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
nox --force-color -e tests-${{ matrix.python-version }} -- -vv --sys-stats tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand All @@ -419,7 +419,7 @@ jobs:
verbose: true

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: artifacts/
Expand Down

0 comments on commit 24e1e1a

Please sign in to comment.