diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae6134e..3879dc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: run: pip install --constraint=.github/workflows/constraints.txt coveralls coverage[toml] nox-poetry poetry - name: Download coverage data - uses: actions/download-artifact@v2.0.10 + uses: actions/download-artifact@v3.0.1 with: name: coverage-data