diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3360d7e..2091fcb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,7 @@ jobs: - run: pip install poetry - run: poetry install - run: poetry run pytest --mypy --cov=pixelmatch --cov-report xml --cov-report term-missing --benchmark-disable - - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2 + - uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 bench: name: Run Benchmark on Python 3.13 runs-on: ubuntu-latest