diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e51fd074f726bf..c5706ec7da3a0e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -733,7 +733,7 @@ jobs: -p no:sugar \ tests - name: Upload coverage artifact - uses: actions/upload-artifact@v2.0.1 + uses: actions/upload-artifact@2.1.0 with: name: coverage-${{ matrix.python-version }}-group${{ matrix.group }} path: .coverage