diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3438b16..c8b9cda 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,6 +37,6 @@ jobs: - name: Run Tox run: tox -e py-${{ matrix.twisted }} - name: Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.1.1 with: name: gh-${{ matrix.python }}-${{ matrix.twisted }}