diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e22ee38..2add157 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - run: python -m pip install -e .[test] - run: relint --version - run: py.test --cov=. - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 extras: @@ -80,7 +80,7 @@ jobs: - run: python -m pip install -e .[test,${{ matrix.extras }}] - run: relint --version - run: py.test --cov=. - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 analyze: name: CodeQL Analyze