diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d23cc233..4d5af5ae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: with: persist-credentials: false - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v2 with: python-version: ${{ matrix.python }} architecture: x64 @@ -56,7 +56,7 @@ jobs: name: coverage-main path: ./coverage.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} # Use the Codecov token from secrets flags: unittests