diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9701793c..0e80e016 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@v1 + uses: codecov/codecov-action@v2.0.2 if: ${{ matrix.py_version == '3.9' }} - name: Publish Test Atrifact