diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0e80e016..412b2639 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -59,7 +59,7 @@ jobs: cat flake8.output | reviewdog -reporter=github-pr-check -f=flake8 -name="flake8" - name: Upload coverage - uses: codecov/codecov-action@v2.0.2 + uses: codecov/codecov-action@v2.0.3 if: ${{ matrix.py_version == '3.9' }} - name: Publish Test Atrifact